summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/remap-applying.c
Commit message (Collapse)AuthorAgeFilesLines
* clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1).NAKAMURA Takumi2017-04-281-1/+1
| | | | llvm-svn: 301619
* [ARCMigrate] When applying changes from remap files, disable the ↵Argyrios Kyrtzidis2017-04-281-0/+4
'adjustRemovals' functionality of EditedSource 'adjustRemovals' is used to avoid situation when removing a range inadvertently causes 2 separate identifiers to get joined into one. But it is not useful when the edits are character precise, as is the case with the remap files. llvm-svn: 301602
OpenPOWER on IntegriCloud