summaryrefslogtreecommitdiff
path: root/test/ARCMT
Commit message (Expand)AuthorAgeFilesLines
* Quickfix for failing tests.George Karpenkov2018-08-171-2/+2
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-1/+1
* Avoid assumption that lit tests are writable. NFCSam McCall2018-01-084-4/+4
* clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1).NAKAMURA Takumi2017-04-282-2/+2
* [ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis2017-04-282-0/+8
* [test] Port clang tests to canonicalized booleansMichal Gorny2017-01-251-1/+1
* [test/objcmt] Add a follow-up test case for r275600.Argyrios Kyrtzidis2016-07-155-2/+12
* [objcmt] Fix a buffer overflow crash than can occur while modernizing enums.Argyrios Kyrtzidis2016-07-153-1/+29
* [objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac...Argyrios Kyrtzidis2016-07-151-3/+0
* [arcmt/objcmt] Fix ParentMap crash with invalid code.Argyrios Kyrtzidis2016-07-142-0/+38
* Re-apply "test: Use add_lit_testsuites so that subsets of tests can be specif...Justin Bogner2016-07-057-3/+3
* Revert "test: Use add_lit_testsuites so that subsets of tests can be specified"Justin Bogner2016-07-057-3/+3
* test: Use add_lit_testsuites so that subsets of tests can be specifiedJustin Bogner2016-07-057-3/+3
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-0/+3
* 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
* [Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis2015-09-112-0/+4
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-084-1/+4
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-074-4/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-074-1/+4
* Commit some test changes somehow missed in r239789.Richard Smith2015-06-161-2/+2
* [Objective-C SDK modernizer]. Patch to convert setter/getterFariborz Jahanian2015-04-022-0/+15
* [SDK modernizer PATCH]. Fixes a bug whereby a call to superFariborz Jahanian2015-03-232-3/+21
* Revert r231008 (and dependent r231019).Daniel Jasper2015-03-032-4/+0
* [SDK modernizer] Patch to fix type of the typed enums whenFariborz Jahanian2015-03-022-0/+14
* Attempt to fix buildbot.Fariborz Jahanian2015-03-022-2/+2
* [SDK modernizer]. Patch fixes driver's lack ofFariborz Jahanian2015-03-022-0/+4
* Allow (Object *)kMyGlobalCFObj casts without bridgingBen Langmuir2015-02-252-6/+16
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-254-4/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-254-0/+4
* Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macrosFariborz Jahanian2015-01-262-2/+34
* Objective-C moderinzer [qoi], add space on rhs when needed whenFariborz Jahanian2015-01-232-0/+42
* Objective-C modernizer. Avoid using property-dot syntax whenFariborz Jahanian2015-01-232-0/+44
* ObjC getters with names like "newItem" should still be linked to the @property.Jordan Rose2015-01-162-0/+18
* Objective-C SDK modernizer. When modernizing an enum to Fariborz Jahanian2014-12-102-18/+18
* Objective-C SDK modernizer. Modernize to use Fariborz Jahanian2014-12-092-0/+44
* 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
* Objective-C SDK modernization tool. Use its own optionFariborz Jahanian2014-10-312-3/+3
* Objective-C SDK modernization. import Foundation evenFariborz Jahanian2014-10-092-0/+5
* Objective-C SDK modernization. convert message expression Fariborz Jahanian2014-10-092-0/+78
* Objective-C SDK modernization. When modernizing toFariborz Jahanian2014-10-072-0/+48
* Objective-C SDK modernizer. Patch to support modernizationFariborz Jahanian2014-10-062-0/+78
* Objective-C Modernizer. Patch to remove dangling spaceFariborz Jahanian2014-10-012-11/+48
* Objective-C SDK modernizer. Do not modernize an enum Fariborz Jahanian2014-09-152-0/+16
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-1/+1
* Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian2014-08-252-2/+12
* [analyzer] Check for NULL passed to CFAutorelease.Jordan Rose2014-06-212-30/+62
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-182-3/+3
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-182-3/+3