aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/retain-release-path-notes.m
AgeCommit message (Expand)Author
2013-04-23[analyzer] Set the allocation site to be the uniqueing location for retain co...Anna Zaks
2013-04-23[analyzer] RetainCountChecker: Clean up path notes for autorelease.Jordan Rose
2013-04-12[analyzer] Show "Returning from ..." note at caller's depth, not callee's.Jordan Rose
2013-04-12[analyzer] Don't emit extra context arrow after returning from an inlined call.Jordan Rose
2013-04-10[analyzer] When reporting a leak in RetainCount checker due to an early exit ...Anna Zaks
2013-01-08[analyzer] Plist: change the type of issue_hash from int to string.Anna Zaks
2012-12-06[analyzer] Simplify RetainCountChecker's handling of dead symbols.Jordan Rose
2012-10-25TrackConstraintBRVisitor and ConditionBRVisitor can emit similarTed Kremenek
2012-08-06[analyzer] Add plist output checks for all four "path notes" tests.Jordan Rose
2012-07-18[analyzer] Combine all ObjC message CallEvents into ObjCMethodCall.Jordan Rose
2012-05-12[analyzer] RetainCountChecker: track ObjC boxed expression objects.Jordy Rose
2012-03-17[analyzer] Don't claim an object was returned with +1 retain count before cou...Jordy Rose
2011-12-22Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert...Ted Kremenek
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-14[static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicat...Ted Kremenek
2011-11-06Change the AST representation of operations on Objective-CJohn McCall
2011-09-02[analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-07-15Add tests for CFRefReport's path notes, and fix a few typos and non-standard ...Jordy Rose