summaryrefslogtreecommitdiff
path: root/test/ARCMT
AgeCommit message (Expand)Author
2017-04-28clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1).NAKAMURA Takumi
2017-04-28[ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis
2017-01-25[test] Port clang tests to canonicalized booleansMichal Gorny
2016-07-15[test/objcmt] Add a follow-up test case for r275600.Argyrios Kyrtzidis
2016-07-15[objcmt] Fix a buffer overflow crash than can occur while modernizing enums.Argyrios Kyrtzidis
2016-07-15[objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac...Argyrios Kyrtzidis
2016-07-14[arcmt/objcmt] Fix ParentMap crash with invalid code.Argyrios Kyrtzidis
2016-07-05Re-apply "test: Use add_lit_testsuites so that subsets of tests can be specif...Justin Bogner
2016-07-05Revert "test: Use add_lit_testsuites so that subsets of tests can be specified"Justin Bogner
2016-07-05test: Use add_lit_testsuites so that subsets of tests can be specifiedJustin Bogner
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall
2015-10-21Some minor ARC diagnostic improvements.John McCall
2015-09-30Don't inherit availability information when implementing a protocol requirement.Douglas Gregor
2015-09-11[Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-06-16Commit some test changes somehow missed in r239789.Richard Smith
2015-04-02[Objective-C SDK modernizer]. Patch to convert setter/getterFariborz Jahanian
2015-03-23[SDK modernizer PATCH]. Fixes a bug whereby a call to superFariborz Jahanian
2015-03-03Revert r231008 (and dependent r231019).Daniel Jasper
2015-03-02[SDK modernizer] Patch to fix type of the typed enums whenFariborz Jahanian
2015-03-02Attempt to fix buildbot.Fariborz Jahanian
2015-03-02[SDK modernizer]. Patch fixes driver's lack ofFariborz Jahanian
2015-02-25Allow (Object *)kMyGlobalCFObj casts without bridgingBen Langmuir
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-01-26Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macrosFariborz Jahanian
2015-01-23Objective-C moderinzer [qoi], add space on rhs when needed whenFariborz Jahanian
2015-01-23Objective-C modernizer. Avoid using property-dot syntax whenFariborz Jahanian
2015-01-16ObjC getters with names like "newItem" should still be linked to the @property.Jordan Rose
2014-12-10Objective-C SDK modernizer. When modernizing an enum to Fariborz Jahanian
2014-12-09Objective-C SDK modernizer. Modernize to use Fariborz Jahanian
2014-11-13Objective-C. Fixes a regression caused by implementationFariborz Jahanian
2014-11-07[Objective-C Sema]. Issue availability/deprecated warning when Fariborz Jahanian
2014-10-31Objective-C SDK modernization tool. Use its own optionFariborz Jahanian
2014-10-09Objective-C SDK modernization. import Foundation evenFariborz Jahanian
2014-10-09Objective-C SDK modernization. convert message expression Fariborz Jahanian
2014-10-07Objective-C SDK modernization. When modernizing toFariborz Jahanian
2014-10-06Objective-C SDK modernizer. Patch to support modernizationFariborz Jahanian
2014-10-01Objective-C Modernizer. Patch to remove dangling spaceFariborz Jahanian
2014-09-15Objective-C SDK modernizer. Do not modernize an enum Fariborz Jahanian
2014-09-06Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian
2014-06-21[analyzer] Check for NULL passed to CFAutorelease.Jordan Rose
2014-06-18Objective-C. Revert my patch in r211234.Fariborz Jahanian
2014-06-18Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian
2014-05-21[objcmt] Make sure we don't edit the return type to add 'instancetype' if the...Argyrios Kyrtzidis
2014-05-19ARCMT/GC-check-warn-nsalloc.m: don't provide a diag groupAlp Toker
2014-05-19Improve test verification from r209172Alp Toker