summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc-plist.c
Commit message (Expand)AuthorAgeFilesLines
* Reapply r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_p...Hubert Tong2019-06-111-1/+1
* Revert r362994 & co "[analyzer][tests] Add normalize_plist to replace diff_pl...Reid Kleckner2019-06-101-1/+1
* [analyzer][tests] Use normalize_plist in place of diff_plist (`tail` cases)Hubert Tong2019-06-101-1/+1
* [analyzer][tests] Use diff_plist, correct order of arguments for missed cases...Hubert Tong2019-05-011-1/+1
* [analyzer] [NFC] Change the tests by making the version check more resilientGeorge Karpenkov2018-09-111-1/+1
* Revert "Revert "Revert "Revert "[analyzer] Add coverage information to plist ...George Karpenkov2018-09-071-5036/+1
* Revert "Revert "Revert "[analyzer] Add coverage information to plist output, ...Simon Pilgrim2018-09-071-1/+5036
* Revert "Revert "[analyzer] Add coverage information to plist output, update t...George Karpenkov2018-09-071-5036/+1
* Revert "[analyzer] Add coverage information to plist output, update tests"George Karpenkov2018-09-071-1/+5036
* [analyzer] Add coverage information to plist output, update testsGeorge Karpenkov2018-09-071-5036/+1
* [analyzer] Move analyzer-eagerly-assume to AnalyzerOptions, enable by defaultGeorge Karpenkov2018-08-291-1/+1
* [analyzer] [NFC] Add -verify to malloc checker testGeorge Karpenkov2018-06-271-19/+19
* [analyzer] [NFC] Remove unused Extensive diagnostic setting,George Karpenkov2018-06-121-713/+439
* [analyzer] Fix false negative on post-increment of uninitialized variable.Roman Lebedev2017-11-301-536/+538
* [analyzer] Fix memory error bug category capitalization.Artem Dergachev2017-05-031-18/+18
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Add "Assuming..." diagnostic pieces for unsupported conditions.Artem Dergachev2016-10-051-0/+63
* [analyzer] Update RegionStoreManager::getBinding to handle BlockDataRegionsDevin Coughlin2015-11-051-4483/+4849
* [analyzer] Bug identificationGabor Horvath2015-10-221-17/+51
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+17
* [analyzer] Enable the new edge algorithm by default.Jordan Rose2013-06-031-1/+1
* [analyzer] Improve the malloc checker stack hint messageAnna Zaks2013-04-161-4/+4
* [analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose2013-04-121-8/+8
* [analyzer] Address Jordan’s review of r179219Anna Zaks2013-04-101-25/+306
* [analyzer] Cleanup leak warnings: do not print the names of variables from ot...Anna Zaks2013-04-101-2/+243
* [analyzer] Shorten the malloc checker’s leak messageAnna Zaks2013-04-061-42/+42
* [analyzer] Only include uniqueling location as issue_hash when availableAnna Zaks2013-01-081-14/+14
* [analyzer] Include the bug uniqueing location in the issue_hash.Anna Zaks2013-01-081-14/+16
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-081-15/+15
* [analyzer] Report leaks at the closing brace of a function body.Jordan Rose2012-11-151-75/+75
* [analyzer] Mark symbol values as dead in the environment.Jordan Rose2012-11-151-137/+137
* Fix bug in BugReporter::RemoveUneededCalls() where "prunable"Ted Kremenek2012-09-081-0/+87
* This test does not require --exact-match from FileCheck.Ted Kremenek2012-09-081-1/+1
* Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek2012-09-081-4262/+4255
* [analyzer] Add experimental "issue hash" to the plist diagnostic.Anna Zaks2012-06-081-0/+15
* PlistDiagnostics: force the ranges for control-flow edges to be single locati...Ted Kremenek2012-06-051-4245/+4247
* [analyzer] Do not highlight the range of the statement in case of leak.Anna Zaks2012-05-101-150/+0
* Refine analyzer diagnostics by adding an expression "cone-of-influence" to re...Ted Kremenek2012-05-021-34/+0
* [analyzer] Run remove dead bindings right before leaving a function.Anna Zaks2012-04-201-2714/+4499
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-041-0/+17
* [analyzer] Malloc: Utter the name of the leaked variable.Anna Zaks2012-03-211-18/+203
* [analyzer] Re-enable the test disabled by r152969.Anna Zaks2012-03-211-1/+1
OpenPOWER on IntegriCloud