Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1). | NAKAMURA Takumi | 2017-04-28 | 1 | -1/+1 |
| | | | | llvm-svn: 301619 | ||||
* | [ARCMigrate] When applying changes from remap files, disable the ↵ | Argyrios Kyrtzidis | 2017-04-28 | 1 | -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 |