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] Reimplement dependencies between checkers
Kristof Umann
2019-01-26
1
-8
/
+39
*
Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...
Kristof Umann
2018-12-17
1
-1
/
+1
*
[analyzer][MallocChecker] Improve warning messages on double-delete errors
Kristof Umann
2018-12-15
1
-1
/
+1
*
[analyzer] NFC: Run many existing C++ tests with a custom operator new().
Artem Dergachev
2018-01-24
1
-3
/
+15
*
[analyzer] operator new: Fix memory space for the returned region.
Artem Dergachev
2018-01-17
1
-0
/
+2
*
[analyzer] Clarify 'uninitialized function argument' messages
Daniel Marjamaki
2017-03-08
1
-1
/
+1
*
Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-03
1
-2
/
+2
*
Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...
Dominic Chen
2017-03-02
1
-2
/
+2
*
Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...
Dominic Chen
2017-02-28
1
-2
/
+2
*
Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-28
1
-2
/
+2
*
Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...
Dominic Chen
2017-02-27
1
-2
/
+2
*
[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