summaryrefslogtreecommitdiffstats
path: root/test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-2/+2
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-2/+2
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-181-3/+5
* Revert "Detect uses of mismatching forms of 'new' and 'delete'"Diego Novillo2015-05-141-5/+3
* Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi2015-05-141-3/+5
* [analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...Anton Yartsev2014-10-211-1/+1
* [analyzer] Tests: move system functions into system header simulator files.Jordan Rose2013-04-151-3/+1
* [analyzer] Keep tracking the pointer after the escape to more aggressively re...Anna Zaks2013-04-091-0/+32
* [analyzer] Shorten the malloc checker’s leak messageAnna Zaks2013-04-061-2/+2
* [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose2013-04-051-2/+2
* [analyzer] Split new/delete checker into use-after-free and leaks parts.Jordan Rose2013-04-051-2/+6
* [analyzer] Reduced the unwanted correlations between checkers living inside M...Anton Yartsev2013-04-041-0/+71