index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
new.cpp
Age
Commit message (
Expand
)
Author
2013-04-10
[analyzer] Switched to checkPreCall interface for detecting usage after free.
Anton Yartsev
2013-04-06
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-03-30
[analyzer] Handle caching out while evaluating a C++ new expression.
Jordan Rose
2013-03-27
[analyzer] Use evalBind for C++ new of scalar types.
Jordan Rose
2013-03-25
[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...
Anton Yartsev
2012-08-27
[analyzer] Inline constructors for any object with a trivial destructor.
Jordan Rose
2012-07-16
[analyzer] Handle new-expressions with initializers for scalars.
Jordan Rose
2012-07-02
[analyzer] Introduce CXXAllocatorCall to handle placement arg invalidation.
Jordan Rose
2012-06-25
[analyzer] Be careful about implicitly-declared operator new/delete. (PR13090)
Jordan Rose
2012-06-20
[analyzer] Move failing 'new' test cases back into new.cpp instead of XFAILing.
Jordan Rose
2012-06-20
[analyzer] Invalidate placement args; return the pointer given to placement new
Jordan Rose
2012-02-16
Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...
Sebastian Redl
2012-02-16
Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...
Sebastian Redl
2012-02-16
Make CXXNewExpr contain only a single initialier, and not hold the used const...
Sebastian Redl
2011-02-28
[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...
Argyrios Kyrtzidis
2011-02-28
[analyzer] Migrate UndefBranchChecker to CheckerV2.
Argyrios Kyrtzidis
2010-04-21
The second check point in the old test case was invalid.
Zhongxing Xu
2010-04-20
Add test cases.
Zhongxing Xu