summaryrefslogtreecommitdiffstats
path: root/test/Analysis/retain-release-gc-only.m
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Update tests touched by r249656David Majnemer2015-10-081-1/+1
* [analyzer] More tests for "release and stop tracking".Jordan Rose2012-08-201-3/+50
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* [analyzer] Retain release: drop the line number info from the leakAnna Zaks2012-02-281-1/+1
* [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
* objc: clang should warn if redeclaration of methodsFariborz Jahanian2011-07-241-1/+1
* Eliminate the -f[no]objc-infer-related-result-type flags; there's noDouglas Gregor2011-06-131-0/+1
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-2/+2
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-2/+2
* Implement a warning for known shift overflows on constant shiftChandler Carruth2011-02-231-1/+1
* [analyzer] Use the new registration mechanism on the apple checkers:Argyrios Kyrtzidis2011-02-161-2/+2
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-2/+2
* Really fix test case.Ted Kremenek2009-11-201-0/+1
* Fix test case.Ted Kremenek2009-11-201-2/+2
* Fix null dereference in NSAutoreleasePoolChecker when analyzing messages sent...Ted Kremenek2009-11-201-0/+11
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Implement: <rdar://problem/6250216> Warn against using -[NSAutoreleasePool re...Ted Kremenek2009-11-031-0/+11
* retain/release checker: [CIContext createCGImage...] and friends returned CFTed Kremenek2009-08-281-30/+154
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-1/+0
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-1/+1
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-1/+2
* Fix:Ted Kremenek2009-06-051-0/+25
* Enhance attribute cf_returns_retained to also work (in the analyzer)Ted Kremenek2009-06-051-0/+24
* Add more retain-checker tests for GC mode when using NSMakeCollectable.Ted Kremenek2009-06-031-1/+31
* Add special warning about returning a retained object where a GC'ed object is...Ted Kremenek2009-05-101-3/+7
* retain/release checker: Flag a warning for non-owned objects returnedTed Kremenek2009-05-101-0/+14
* Add back test cases for ns_returns_retained and cf_returns_retained.Ted Kremenek2009-05-091-0/+17
* Remove experimental ownership attributes from Clang.Ted Kremenek2009-05-081-79/+0
* More attribute renaming:Ted Kremenek2009-05-071-2/+2
* Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').Ted Kremenek2009-05-051-0/+11
* Rename ownership attributes:Ted Kremenek2009-05-051-5/+5
* Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'.Ted Kremenek2009-05-041-1/+1
* Remove experimental attribute 'ns_ownership_make_collectable.'Ted Kremenek2009-05-041-2/+1
* Rename attributes 'objc_ownership...' to 'ns_ownership...'.Ted Kremenek2009-05-041-4/+4
* Rename attributes:Ted Kremenek2009-05-041-2/+2
* Implement ownership attribute 'objc_ownership_make_collectable'. This allows oneTed Kremenek2009-04-281-0/+12
* Improve retain/release test cases for ownership attributes.Ted Kremenek2009-04-281-2/+20
* Add two new checker-specific attributes: 'objc_ownership_release' andTed Kremenek2009-04-271-0/+14