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] 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