summaryrefslogtreecommitdiffstats
path: root/test/Analysis/malloc-plist.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [analyzer] Mark a failed-realloc's result as an interesting symbol between th...Jordy Rose2012-03-181-226/+350
* [analyzer] This test is breaking windows bots, make it darwin-specific.Anna Zaks2012-03-171-1/+1
* [analyzer] Shorten the stack hint diagnostic.Anna Zaks2012-03-161-10/+11
* [analyzer] Create symbol-aware stack hints (building upon r152837).Anna Zaks2012-03-161-62/+860
* Include full plist output in FileCheck test.Ted Kremenek2012-03-151-1470/+1476
* [analyzer] Allow checkers to supply call stack diagnostic hints for theAnna Zaks2012-03-151-979/+1520
* [analyzer] Call enter/exit diagnostic should refer to caller/callee,Anna Zaks2012-03-131-4/+4
* [analyzer] Implement basic path diagnostic pruning based on "interesting" sym...Ted Kremenek2012-03-091-121/+470
* [analyzer] Turn on by default the Malloc Checker and a couple of CStringAnna Zaks2012-02-201-1/+1
* [analyzer] Malloc Checker: Clean up bug naming:Anna Zaks2012-02-161-13/+12
* [analyzer] Malloc Checker: Make the diagnostic visitor handle the caseAnna Zaks2012-02-161-47/+419
* [analyzer] Diagnostics: Ensure that the default end of diagnostic pathAnna Zaks2012-02-161-0/+422