summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT
Commit message (Expand)AuthorAgeFilesLines
* ObjectiveC migration: tweak setting of lifetime attributeFariborz Jahanian2013-08-062-5/+51
* ObjectiveC migrator: Add another family of factory Fariborz Jahanian2013-08-022-0/+22
* ObjectiveC migrator: Fixes public buildbot failures,Fariborz Jahanian2013-08-023-1/+153
* revert patch I added in r187655. It still breaks publicFariborz Jahanian2013-08-023-153/+1
* ObjectiveC migration. Check-in patch reverted in r187634.Fariborz Jahanian2013-08-023-1/+153
* Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...Rafael Espindola2013-08-022-77/+1
* ObjectiveC migrator. Migrate to instancetype return typeFariborz Jahanian2013-08-012-1/+77
* Objective-C migrator: some cleanup.Fariborz Jahanian2013-07-241-9/+9
* ObjectiveC migration: Method candidates for Fariborz Jahanian2013-07-242-4/+4
* ObjectiveC migration: more migration toFariborz Jahanian2013-07-231-6/+6
* ObjectiveC migrator: start migrating toFariborz Jahanian2013-07-232-0/+166
* ObjectiveC migration. Better handle migration to conformingFariborz Jahanian2013-07-222-0/+70
* Objective-C migration: Use NS_OPTIONS when enumeratorsFariborz Jahanian2013-07-222-14/+62
* [arcmt] Only disable ARC in the second compilation if there were actually ARC...Argyrios Kyrtzidis2013-07-221-0/+4
* ObjectiveC migrator: Another use case of enumFariborz Jahanian2013-07-192-0/+16
* [arcmt] After checking is successful disable auto-synthesize to avoid "@synth...Argyrios Kyrtzidis2013-07-191-0/+47
* Fixes an ObjC migrator crash when last declFariborz Jahanian2013-07-192-0/+10
* ObjectiveC migrator: add support to migrate toFariborz Jahanian2013-07-192-0/+32
* ObjectiveC migrator: Remove semicolon after the typedefFariborz Jahanian2013-07-181-1/+1
* ObjectiveC migration. migration to NS_ENUM/SN_OPTIONFariborz Jahanian2013-07-182-0/+26
* ObjectiveC migrator: When adding conforming protocol,Fariborz Jahanian2013-07-172-0/+32
* ObjectiveC migrator. If a class implements a protocol'sFariborz Jahanian2013-07-162-0/+30
* ObjectiveC migration: complete migrating classFariborz Jahanian2013-07-162-0/+96
* ObjC migrator: Improve on hueristics.Fariborz Jahanian2013-07-102-8/+24
* 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
OpenPOWER on IntegriCloud