summaryrefslogtreecommitdiffstats
path: root/test/Analysis/retain-release.mm
Commit message (Expand)AuthorAgeFilesLines
* [analyzer]Malloc,RetainRelease: Allow pointer to escape via NSMapInsert.Anna Zaks2012-03-301-0/+19
* Avoid applying retain/release effects twice in RetainCountChecker when a func...Ted Kremenek2012-03-231-2/+2
* Add test case for <rdar://problem/10553686>, which illustrates RetainCount ch...Ted Kremenek2012-03-201-0/+26
* [analyzer] Add test case from PR10794 for using 'new' with Obj-C objects.Jordy Rose2012-03-171-0/+6
* Tweak the interface for analyzing the CF conventions for a nameJohn McCall2011-10-011-0/+10
* [analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose2011-09-021-1/+1
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-0/+1
* Tweak the retain/release checker to not stop tracking retained objects when c...Ted Kremenek2011-05-021-0/+22
* Augment retain/release checker to not warn about tracked objects passed as ar...Ted Kremenek2011-05-021-0/+284