aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Analysis/malloc-plist.c
AgeCommit message (Expand)AuthorFilesLines
7 daysRename 'free' in warning messages to 'release' (#150935)Baghirov Feyruz1-3/+3
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-1/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+1
2023-07-07Remove rdar links; NFCAaron Ballman1-1/+0
2022-02-13A significant number of our tests in C accidentally use functionsAaron Ballman1-26/+26
2019-06-11Reapply r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_p...Hubert Tong1-1/+1
2019-06-10Revert r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_pl...Reid Kleckner1-1/+1
2019-06-10[analyzer][tests] Use normalize_plist in place of diff_plist (`tail` cases)Hubert Tong1-1/+1
2019-05-01[analyzer][tests] Use diff_plist, correct order of arguments for missed cases...Hubert Tong1-1/+1
2018-09-11[analyzer] [NFC] Change the tests by making the version check more resilientGeorge Karpenkov1-1/+1
2018-09-07Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist ...George Karpenkov1-5036/+1
2018-09-07Revert "Revert "Revert "[analyzer] Add coverage information to plist output, ...Simon Pilgrim1-1/+5036
2018-09-07Revert "Revert "[analyzer] Add coverage information to plist output, update t...George Karpenkov1-5036/+1
2018-09-07Revert "[analyzer] Add coverage information to plist output, update tests"George Karpenkov1-1/+5036
2018-09-07[analyzer] Add coverage information to plist output, update testsGeorge Karpenkov1-5036/+1
2018-08-29[analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov1-1/+1
2018-06-27[analyzer] [NFC] Add -verify to malloc checker testGeorge Karpenkov1-19/+19
2018-06-12[analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov1-713/+439
2017-11-30[analyzer] Fix false negative on post-increment of uninitialized variable.Roman Lebedev1-536/+538
2017-05-03[analyzer] Fix memory error bug category capitalization.Artem Dergachev1-18/+18
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen1-1/+1
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen1-1/+1
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen1-1/+1
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen1-1/+1
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen1-1/+1
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen1-1/+1
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen1-1/+1
2016-10-05[analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions.Artem Dergachev1-0/+63
2015-11-05[analyzer] Update RegionStoreManager::getBinding to handle BlockDataRegionsDevin Coughlin1-4483/+4849
2015-10-22[analyzer] Bug identificationGabor Horvath1-17/+51
2015-02-09[Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath1-0/+17
2013-06-03[analyzer] Enable the new edge algorithm by default.Jordan Rose1-1/+1
2013-04-16[analyzer] Improve the malloc checker stack hint messageAnna Zaks1-4/+4
2013-04-12[analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose1-8/+8
2013-04-10[analyzer] Address Jordan’s review of r179219Anna Zaks1-25/+306
2013-04-10[analyzer] Cleanup leak warnings: do not print the names of variables from ot...Anna Zaks1-2/+243
2013-04-06[analyzer] Shorten the malloc checker’s leak messageAnna Zaks1-42/+42
2013-01-08[analyzer] Only include uniqueling location as issue_hash when availableAnna Zaks1-14/+14
2013-01-08[analyzer] Include the bug uniqueing location in the issue_hash.Anna Zaks1-14/+16
2013-01-08[analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks1-15/+15
2012-11-15[analyzer] Report leaks at the closing brace of a function body.Jordan Rose1-75/+75
2012-11-15[analyzer] Mark symbol values as dead in the environment.Jordan Rose1-137/+137
2012-09-08Fix bug in BugReporter::RemoveUneededCalls() where "prunable"Ted Kremenek1-0/+87
2012-09-08This test does not require --exact-match from FileCheck.Ted Kremenek1-1/+1
2012-09-08Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek1-4262/+4255
2012-06-08[analyzer] Add experimental "issue hash" to the plist diagnostic.Anna Zaks1-0/+15
2012-06-05PlistDiagnostics: force the ranges for control-flow edges to be single locati...Ted Kremenek1-4245/+4247
2012-05-10[analyzer] Do not highlight the range of the statement in case of leak.Anna Zaks1-150/+0