summaryrefslogtreecommitdiff
path: root/test/ARCMT/checking.m
Commit message (Expand)AuthorAgeFilesLines
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-1/+1
* Some minor ARC diagnostic improvements.John McCall2015-10-211-1/+1
* Don't inherit availability information when implementing a protocol requirement.Douglas Gregor2015-09-301-3/+3
* Objective-C. Fixes a regression caused by implementationFariborz Jahanian2014-11-131-8/+3
* [Objective-C Sema]. Issue availability/deprecated warning when Fariborz Jahanian2014-11-071-3/+8
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-1/+1
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-181-2/+2
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-181-2/+2
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-3/+3
* Remove all DISABLE lines from testsAlp Toker2013-12-081-1/+0
* [arcmt] When handling unbridged casts, handle the body of BlockDecl separatel...Argyrios Kyrtzidis2013-08-091-1/+13
* Undo my re-wording of the "ARC forbids Objective-C objects in ..."Douglas Gregor2013-01-281-1/+1
* Forbid the use of objects in unions in Objective-C++ ARC. FixesDouglas Gregor2013-01-281-1/+1
* [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case ...Argyrios Kyrtzidis2013-01-081-2/+3
* [arcmt] Adds brackets in case statements that "contain" initialization of ret...Argyrios Kyrtzidis2013-01-041-5/+4
* revert r160839 for now.Fariborz Jahanian2012-07-271-2/+3
* objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian2012-07-261-3/+2
* objective-c: Refactor parse/sema portion ofFariborz Jahanian2012-07-031-1/+1
* [arcmt] When migrating to ARC disable -Werror so as to only block migrationArgyrios Kyrtzidis2012-06-201-1/+11
* objective-c: merge deprecated/unavailable attributes toFariborz Jahanian2012-06-051-7/+11
* [arcmt] Remove an unused -autorelease, without failing with error, for thisArgyrios Kyrtzidis2012-05-231-0/+3
* [arcmt] Revert r156999 "Remove the "it is not safe to remove an unused 'autor...Argyrios Kyrtzidis2012-05-211-1/+2
* [arcmt] Remove the "it is not safe to remove an unused 'autorelease' message"...Argyrios Kyrtzidis2012-05-171-2/+1
* Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is us...Ted Kremenek2012-02-101-12/+7
* Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian2012-02-011-3/+7
* objc-arc: In various diagnostics mention Fariborz Jahanian2012-01-311-3/+3
* [arcmt] The migrator tests for the buildbot in http://lab.llvm.org:8011/build...Argyrios Kyrtzidis2012-01-121-1/+1
* [arcmt] XFAIL on mingw.Argyrios Kyrtzidis2012-01-101-1/+1
* [arcmt] Disable tests in mingw, no idea why they are failing there.Argyrios Kyrtzidis2012-01-071-0/+1
* [arcmt] Un-XFAIL a test.Argyrios Kyrtzidis2011-12-091-7/+38
* objc: issue deprecated/unavailable diagnostic whenFariborz Jahanian2011-12-071-0/+1
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-5/+5
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* [arcmt] It's not safe to remove the -release on "[[someivar delegate] release...Argyrios Kyrtzidis2011-07-151-1/+8
* [arcmt] Don't remove retains/releases on a global variable, flag them with er...Argyrios Kyrtzidis2011-07-141-0/+6
* [arcmt] Allow -retain of an __unsafe_unretained receiver if the result gets u...Argyrios Kyrtzidis2011-07-141-0/+1
* [arcmt] Emit an error for unused -autorelease messages.Argyrios Kyrtzidis2011-07-141-2/+3
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-1/+1
* [arcmt] Add test for rdar://9601437.Argyrios Kyrtzidis2011-06-241-0/+13
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-2/+2
* [arcmt] Make -Warc-unsafe-retained-assign an error when migrating. rdar://893...Argyrios Kyrtzidis2011-06-221-0/+12
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-1/+1
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-0/+255