index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Analysis
/
NewDelete-checker-test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] NFC: Update test infrastructure to support multiple constraint man...
Dominic Chen
2017-02-27
1
-2
/
+2
*
[analyzer] Model base to derived casts more precisely.
Gabor Horvath
2016-08-08
1
-0
/
+16
*
[analyzer] This implements potential undefbehavior.ZeroAllocDereference checker.
Anton Yartsev
2015-04-14
1
-0
/
+24
*
[analyzer] Different handling of alloca().
Anton Yartsev
2015-02-19
1
-5
/
+0
*
[analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...
Anton Yartsev
2014-10-21
1
-1
/
+1
*
[analyzer] Warn about double-delete in C++ at the second delete...
Jordan Rose
2014-01-08
1
-3
/
+3
*
[analyzer] Handle destructors for the argument to C++ 'delete'.
Jordan Rose
2013-09-25
1
-0
/
+25
*
[analyzer] Warn when using 'delete' on an uninitialized variable.
Jordan Rose
2013-08-09
1
-0
/
+32
*
[analyzer] Don't inline ~shared_ptr.
Jordan Rose
2013-05-17
1
-0
/
+95
*
[analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled.
Anton Yartsev
2013-04-12
1
-1
/
+1
*
[analyzer] +Testcase: several used-after-free args passed to a function.
Anton Yartsev
2013-04-10
1
-0
/
+5
*
[analyzer] Switched to checkPreCall interface for detecting usage after free.
Anton Yartsev
2013-04-10
1
-3
/
+42
*
[analyzer] Shorten the malloc checker’s leak message
Anna Zaks
2013-04-06
1
-6
/
+6
*
[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).
Jordan Rose
2013-04-05
1
-2
/
+2
*
[analyzer] Split new/delete checker into use-after-free and leaks parts.
Jordan Rose
2013-04-05
1
-7
/
+26
*
[analyzer] Reduced the unwanted correlations between checkers living inside M...
Anton Yartsev
2013-04-04
1
-1
/
+1
*
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
Anton Yartsev
2013-04-02
1
-1
/
+1
*
[analyzer] Enabled unix.Malloc checker.
Anton Yartsev
2013-03-30
1
-56
/
+1
*
[analyzer] Tests for intersections with other checkers from MallocChecker.cpp...
Anton Yartsev
2013-03-30
1
-0
/
+200