summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/retain-release-path-notes.m
Commit message (Expand)AuthorAgeFilesLines
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-2/+2
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-2/+2
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-2/+2
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-2/+2
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-2/+2
* [analyzer] Include type name in Retain Count Checker diagnosticsAnna Zaks2016-12-151-48/+48
* [analyzer] Bug identificationGabor Horvath2015-10-221-27/+81
* [analyzer] Disable all retain count diagnostics on values that come from ivars.Jordan Rose2015-03-301-1622/+26
* [analyzer] Don't special-case ivars backing +0 properties.Jordan Rose2015-03-301-299/+5
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-0/+32
* [analyzer] RetainCountChecker: be forgiving when ivars are accessed directly.Jordan Rose2015-02-041-0/+1950
* [analyzer] RetainCountChecker: add support for CFAutorelease.Jordan Rose2013-10-071-556/+1383
* [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose2013-08-161-18/+18
* [analyzer] Enable the new edge algorithm by default.Jordan Rose2013-06-031-1/+1
* [analyzer] Set the allocation site to be the uniqueing location for retain co...Anna Zaks2013-04-231-9/+9
* [analyzer] RetainCountChecker: Clean up path notes for autorelease.Jordan Rose2013-04-231-22/+22
* [analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose2013-04-121-2/+2
* [analyzer] Don't emit extra context arrow after returning from an inlined call.Jordan Rose2013-04-121-34/+0
* [analyzer] When reporting a leak in RetainCount checker due to an early exit ...Anna Zaks2013-04-101-0/+815
* [analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks2013-01-081-22/+22
* [analyzer] Simplify RetainCountChecker's handling of dead symbols.Jordan Rose2012-12-061-42/+1
* TrackConstraintBRVisitor and ConditionBRVisitor can emit similarTed Kremenek2012-10-251-4421/+4412
* [analyzer] Add plist output checks for all four "path notes" tests.Jordan Rose2012-08-061-0/+4424
* [analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose2012-07-181-4/+13
* [analyzer] RetainCountChecker: track ObjC boxed expression objects.Jordy Rose2012-05-121-0/+48
* [analyzer] Don't claim an object was returned with +1 retain count before cou...Jordy Rose2012-03-171-0/+6
* Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert...Ted Kremenek2011-12-221-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicat...Ted Kremenek2011-11-141-1/+0
* Change the AST representation of operations on Objective-CJohn McCall2011-11-061-0/+5
* [analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose2011-09-021-1/+1
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-1/+0
* Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...Jordy Rose2011-07-151-0/+123
OpenPOWER on IntegriCloud