summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/retain-release.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Teach RetainCountChecker about VTCompressionSessionEncodeFrame()Devin Coughlin2016-11-111-0/+82
* [analyzer] Teach RetainCountChecker about CVFooRetainDevin Coughlin2016-08-111-0/+20
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-1/+1
* CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.Douglas Gregor2015-06-191-0/+7
* Allow the cf_returns_[not_]retained attributes to appear on out-parameters.Douglas Gregor2015-06-191-0/+27
* [analyzer] Check for NULL passed to CFAutorelease.Jordan Rose2014-06-211-15/+31
* [analyzer] Don't track return value of NSNull +null for retain/release tracking.Ted Kremenek2014-01-031-5452/+5481
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-1/+1
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* [analyzer] RetainCountChecker: add support for CFAutorelease.Jordan Rose2013-10-071-0/+84
* [analyzer] Stop tracking the objects with attribute cleanup in the RetainCoun...Anna Zaks2013-09-171-0/+14
* [analyzer] RetainCountChecker: don't track through xpc_connection_set_context.Jordan Rose2013-05-021-0/+20
* [analyzer] RetainCountChecker: Clean up path notes for autorelease.Jordan Rose2013-04-231-31/+31
* [analyzer] Cleanup leak warnings: do not print the names of variables from ot...Anna Zaks2013-04-101-1/+20
* [analyzer] RetainCountChecker: refactor annotation handling.Jordan Rose2013-04-041-0/+15
* [analyzer]RetainCount: Fix an autorelease related false positive.Anna Zaks2013-01-311-0/+8
* [analyzer] Don't track autorelease pools created by +new.Jordan Rose2013-01-311-2708/+3989
* [analyzer] -drain is not an alias for -release.Jordan Rose2013-01-141-0/+15
* Update RetainCountChecker to understand attribute ns_returns_autoreleased.Ted Kremenek2012-12-201-0/+6
* [analyzer] Report leaks at the closing brace of a function body.Jordan Rose2012-11-151-2/+2
* [analyzer] Check that the argument to CFMakeCollectable is non-NULL.Jordan Rose2012-11-071-5/+14
* Fix up more "$t"s in this test that should be "%t"s.Chandler Carruth2012-09-121-1/+1
* Now that I have a test file to work with, disable the Filecheck part of this ...Ted Kremenek2012-09-101-2/+2
* Correctly 'cat' out test files.Ted Kremenek2012-09-101-2/+2
* As a debugging aid to unbreak the buildbots, cat the plist files so I can vie...Ted Kremenek2012-09-101-2/+2
* Re-enable FileCheck testing of retain-release.m test, and forceTed Kremenek2012-09-101-3/+3
* Temporarily disable FileCheck part of this test.Ted Kremenek2012-09-101-2/+2
* Revert "Revert Ted's r163489 and r163490, due to breakage."Ted Kremenek2012-09-101-2777/+2776
* Revert Ted's r163489 and r163490, due to breakage.NAKAMURA Takumi2012-09-101-2776/+2777
* Take another crack at stabilizing the emission order of analyzerTed Kremenek2012-09-101-2777/+2776
* Try disabling the FileCheck part of the retain-release.m test to see if it fi...Ted Kremenek2012-09-081-2/+4
* Fix bug in BugReporter::RemoveUneededCalls() where "prunable"Ted Kremenek2012-09-081-0/+667
* Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek2012-09-081-2/+22080
* Revert "Add plist output for retain-release.m in addition to -verify checking."Ted Kremenek2012-09-081-21887/+2
* Revert "Attempt to make the PathDiagnostic emission order more deterministic by"Ted Kremenek2012-09-081-57/+57
* Attempt to make the PathDiagnostic emission order more deterministic byTed Kremenek2012-09-071-57/+57
* Add plist output for retain-release.m in addition to -verify checking.Ted Kremenek2012-09-071-2/+21887
* Revert "Rework the retain-release.m test to use FileCheck and the "text" output"Ted Kremenek2012-09-071-1348/+180
* Rework the retain-release.m test to use FileCheck and the "text" outputTed Kremenek2012-09-071-180/+1348
* Teach RetainCountChecker that CFPlugInInstanceCreate does notTed Kremenek2012-09-061-0/+12
* Refine diagnostics for leaks reported when returning an objectTed Kremenek2012-09-061-0/+9
* [analyzer] Make analyzer-ipa=dynamic-bifurcate the default.Anna Zaks2012-08-301-2/+2
* Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'.Ted Kremenek2012-08-301-0/+13
* [analyzer] More tests for "release and stop tracking".Jordan Rose2012-08-201-1/+17
* [analyzer] Add a test for "release and stop tracking" behavior.Jordan Rose2012-08-201-0/+14
* [analyzer] Add a test case for OS X 10.8's NSMakeCollectable under non-GC.Jordan Rose2012-08-071-0/+13
* Add a warning about almost-Doxygen trailing comments: //< and /*< ... */Dmitri Gribenko2012-06-221-1/+1
* static analyzer: add inlining support for directly called blocks.Ted Kremenek2012-06-011-2/+1
* -Wdeprecated warning to include reference (as a note)Fariborz Jahanian2012-05-271-1/+1
* [analyzer] RetainCountChecker: track ObjC boxed expression objects.Jordy Rose2012-05-121-2/+19
OpenPOWER on IntegriCloud