aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ARCMT
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman2-0/+2
2022-02-17Use functions with prototypes when appropriate; NFCAaron Ballman23-165/+165
2021-11-18[NFC][clang] Inclusive language: replace masterPort with mainPortQuinn Pham2-30/+30
2021-11-05[clang] [Objective C] Inclusive language: use objcmt-allowlist-dir-path=<arg>...Zarko Todorovski8-3/+3
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-1/+1
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie1-1/+1
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie1-1/+1
2021-09-13Improve type printing of const arrays to normalize array-of-const and const-a...David Blaikie1-1/+1
2020-11-18[clang][cli] Turn arcmt-* options into a single optionJan Svoboda22-29/+29
2018-08-17Quickfix for failing tests.George Karpenkov1-2/+2
2018-02-28[ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka1-1/+1
2018-01-08Avoid assumption that lit tests are writable. NFCSam McCall4-4/+4
2017-04-28clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1).NAKAMURA Takumi2-2/+2
2017-04-28[ARCMigrate] When applying changes from remap files, disable the 'adjustRemov...Argyrios Kyrtzidis2-0/+8
2017-01-25[test] Port clang tests to canonicalized booleansMichal Gorny1-1/+1
2016-07-15[test/objcmt] Add a follow-up test case for r275600.Argyrios Kyrtzidis5-2/+12
2016-07-15[objcmt] Fix a buffer overflow crash than can occur while modernizing enums.Argyrios Kyrtzidis3-1/+29
2016-07-15[objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac...Argyrios Kyrtzidis1-3/+0
2016-07-14[arcmt/objcmt] Fix ParentMap crash with invalid code.Argyrios Kyrtzidis2-0/+38
2016-07-05Re-apply "test: Use add_lit_testsuites so that subsets of tests can be specif...Justin Bogner7-3/+3
2016-07-05Revert "test: Use add_lit_testsuites so that subsets of tests can be specified"Justin Bogner7-3/+3
2016-07-05test: Use add_lit_testsuites so that subsets of tests can be specifiedJustin Bogner7-3/+3
2015-10-22Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall1-0/+3
2015-10-21Some minor ARC diagnostic improvements.John McCall1-1/+1
2015-09-30Don't inherit availability information when implementing a protocol requirement.Douglas Gregor1-3/+3
2015-09-11[Edit] Fix issue with tracking what macro argument inputs have been edited.Argyrios Kyrtzidis2-0/+4
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl4-1/+4
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl4-4/+1
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl4-1/+4
2015-06-16Commit some test changes somehow missed in r239789.Richard Smith1-2/+2
2015-04-02[Objective-C SDK modernizer]. Patch to convert setter/getterFariborz Jahanian2-0/+15
2015-03-23[SDK modernizer PATCH]. Fixes a bug whereby a call to superFariborz Jahanian2-3/+21
2015-03-03Revert r231008 (and dependent r231019).Daniel Jasper2-4/+0
2015-03-02[SDK modernizer] Patch to fix type of the typed enums whenFariborz Jahanian2-0/+14
2015-03-02Attempt to fix buildbot.Fariborz Jahanian2-2/+2
2015-03-02[SDK modernizer]. Patch fixes driver's lack ofFariborz Jahanian2-0/+4
2015-02-25Allow (Object *)kMyGlobalCFObj casts without bridgingBen Langmuir2-6/+16
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl4-4/+0
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl4-0/+4
2015-01-26Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macrosFariborz Jahanian2-2/+34
2015-01-23Objective-C moderinzer [qoi], add space on rhs when needed whenFariborz Jahanian2-0/+42
2015-01-23Objective-C modernizer. Avoid using property-dot syntax whenFariborz Jahanian2-0/+44
2015-01-16ObjC getters with names like "newItem" should still be linked to the @property.Jordan Rose2-0/+18
2014-12-10Objective-C SDK modernizer. When modernizing an enum to Fariborz Jahanian2-18/+18
2014-12-09Objective-C SDK modernizer. Modernize to use Fariborz Jahanian2-0/+44
2014-11-13Objective-C. Fixes a regression caused by implementationFariborz Jahanian1-8/+3
2014-11-07[Objective-C Sema]. Issue availability/deprecated warning when Fariborz Jahanian1-3/+8
2014-10-31Objective-C SDK modernization tool. Use its own optionFariborz Jahanian2-3/+3
2014-10-09Objective-C SDK modernization. import Foundation evenFariborz Jahanian2-0/+5
2014-10-09Objective-C SDK modernization. convert message expression Fariborz Jahanian2-0/+78