summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/malloc-plist.c
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud