summaryrefslogtreecommitdiff
path: root/test/ARCMT
Commit message (Expand)AuthorAgeFilesLines
* objc migrator: More refinment of propertyFariborz Jahanian2013-07-101-5/+5
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-092-2/+2
* ObjC migration: more test for migration toFariborz Jahanian2013-07-082-0/+38
* ObjC migration: Skip over setter/getter with attributesFariborz Jahanian2013-07-082-0/+20
* [Objective-C migrator] replace candidate user setter/getter withFariborz Jahanian2013-07-082-0/+40
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* [arcmt/driver] For the -ccc-arcmt-* flags, claim them when -fno-objc-arc is p...Argyrios Kyrtzidis2013-06-241-0/+3
* Point diagnostics that complain about a use of a selector in an objc message,...Argyrios Kyrtzidis2013-05-012-9/+9
* [objcmt] Fix a mishandled conversion to objc directory literal.Argyrios Kyrtzidis2013-04-062-0/+2
* [arcmt] Make sure the function has an associated parameter for the argumentArgyrios Kyrtzidis2013-02-141-0/+9
* [arcmt] Make sure the objc migrators work fine when used with a PCH.Argyrios Kyrtzidis2013-02-054-0/+55
* 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
* [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...Argyrios Kyrtzidis2013-01-164-0/+12
* [arcmt] Follow-up for r171484; make sure when adding brackets enclosing case ...Argyrios Kyrtzidis2013-01-083-2/+5
* [arcmt] Allow removing an -autorelease of a variable initialized in the previ...Argyrios Kyrtzidis2013-01-042-0/+9
* [arcmt] Adds brackets in case statements that "contain" initialization of ret...Argyrios Kyrtzidis2013-01-043-5/+78
* [arcmt] Don't error if an autoreleased variable is returned after the -autore...Argyrios Kyrtzidis2013-01-042-0/+9
* [arcmt] Rewrite uses of Block_copy/Block_release macros.Argyrios Kyrtzidis2013-01-033-0/+38
* Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs2012-10-191-2/+3
* objective-C arc: remove -Warc-abi in its entirety.Fariborz Jahanian2012-09-141-16/+11
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-101-0/+13
* objective-c arc: ARC IRGen correctly assumes resultFariborz Jahanian2012-07-304-10/+2
* revert r160839 for now.Fariborz Jahanian2012-07-273-3/+10
* objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian2012-07-263-10/+3
* Let Expr::HasSideEffects() return false for NULL, bool literals, this, and nu...Nico Weber2012-07-201-1/+1
* [objcmt] Check for classes that accept 'objectForKey:' (or the other selectorsArgyrios Kyrtzidis2012-07-062-0/+20
* [objcmt] Allow migrating to subscripting syntax for other classesArgyrios Kyrtzidis2012-07-052-0/+84
* objective-c: Refactor parse/sema portion ofFariborz Jahanian2012-07-031-1/+1
* [objcmt] Have the modern objc migration warning change from:Argyrios Kyrtzidis2012-06-202-2/+2
* [arcmt] When migrating to ARC disable -Werror so as to only block migrationArgyrios Kyrtzidis2012-06-201-1/+11
* [objcmt] When checking whether the subscripting methods are declared useArgyrios Kyrtzidis2012-06-194-28/+76
* [arcmt] At an unbridged cast error, if we're returning a load-of-ivar from a ...Argyrios Kyrtzidis2012-06-073-15/+70
* [objcmt] When in ARC mode, also convert "[[.. alloc] init]" messages to liter...Argyrios Kyrtzidis2012-06-062-0/+188
* objective-c: merge deprecated/unavailable attributes toFariborz Jahanian2012-06-051-7/+11
* [objcmt] Don't migrate to subscripting syntax if the required methods have notArgyrios Kyrtzidis2012-06-042-0/+158
* [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/_...Argyrios Kyrtzidis2012-06-013-17/+40
* [objcmt] Add test case for r157395.Argyrios Kyrtzidis2012-05-242-2/+4
* [arcmt] Remove an unused -autorelease, without failing with error, for thisArgyrios Kyrtzidis2012-05-236-52/+74
* [objcmt] Don't add redundant parentheses when migrating subscripting of an ivar.Argyrios Kyrtzidis2012-05-222-2/+8
* [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
* [objcmt] Accept char arrays for rewriting to @() syntax.Argyrios Kyrtzidis2012-05-162-0/+6
* [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString:Argyrios Kyrtzidis2012-05-152-0/+60
* [objcmt] Rewrite [NSNumber numberWith*] messages to the new @() boxing syntax.Argyrios Kyrtzidis2012-05-153-2/+138
* [objcmt] When rewriting to subscripting syntax, make sure we putArgyrios Kyrtzidis2012-05-142-0/+4
* [objcmt] When rewriting to array/dictionary literals, add an explicitArgyrios Kyrtzidis2012-05-144-0/+36
* [arcmt] When fixing the "unassigned init call" ARC error, make sureArgyrios Kyrtzidis2012-03-312-2/+6
* [arcmt] Fix a bug where a property in a class extension, that did not existArgyrios Kyrtzidis2012-03-292-2/+4
* Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek2012-03-201-1/+8