summaryrefslogtreecommitdiff
path: root/clang/test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
AgeCommit message (Expand)Author
2025-09-02[Sema] Allow zero-size allocations for -Walloc-size (#155793)Vladimir Vuksanovic
2025-08-25[clang] Implement -Walloc-size diagnostic option (#150028)Vladimir Vuksanovic
2025-07-28Rename 'free' in warning messages to 'release' (#150935)Baghirov Feyruz
2024-07-24[clang][analyzer] Support `ownership_{returns,takes}` attributes (#98941)Pavel Skripkin
2018-12-17Revert rC349281 '[analyzer][MallocChecker][NFC] Document and reorganize some ...Kristof Umann
2018-12-15[analyzer][MallocChecker] Improve warning messages on double-delete errorsKristof Umann
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2015-05-18Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi
2015-05-14Revert "Detect uses of mismatching forms of 'new' and 'delete'"Diego Novillo
2015-05-14Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi
2014-10-21[analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus p...Anton Yartsev
2013-04-15[analyzer] Tests: move system functions into system header simulator files.Jordan Rose
2013-04-09[analyzer] Keep tracking the pointer after the escape to more aggressively re...Anna Zaks
2013-04-06[analyzer] Shorten the malloc checker’s leak messageAnna Zaks
2013-04-05[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose
2013-04-05[analyzer] Split new/delete checker into use-after-free and leaks parts.Jordan Rose
2013-04-04[analyzer] Reduced the unwanted correlations between checkers living inside M...Anton Yartsev