summaryrefslogtreecommitdiffstats
path: root/clang/test/Refactor/tool-apply-replacements.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-refactor] Add "-Inplace" option to the commandline tool.Haojian Wu2017-10-201-7/+5
| | | | | | | | | | | | | | | | | Summary: Change clang-refactor default behavior to print the new code after refactoring (instead of editing the source files), which would make it easier to use and debug the refactoring action. Reviewers: arphaman, ioeric Reviewed By: arphaman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D39092 llvm-svn: 316212
* Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz2017-10-161-0/+11
| | | | | | | | | | | | | | | The fixed commit ensures that ParsedSourceRange works correctly with Windows paths. Original message: This commit actually brings clang-refactor to a usable state as it can now apply the refactoring changes to source files. The -selection option is now also fully supported. Differential Revision: https://reviews.llvm.org/D38402 llvm-svn: 315918
* Revert r315738Alex Lorenz2017-10-131-11/+0
| | | | | | | The ParsedSourceRange class does not work correctly on Windows with the ':' drive separators llvm-svn: 315774
* [clang-refactor] Apply source replacementsAlex Lorenz2017-10-131-0/+11
This commit actually brings clang-refactor to a usable state as it can now apply the refactoring changes to source files. The -selection option is now also fully supported. Differential Revision: https://reviews.llvm.org/D38402 llvm-svn: 315738
OpenPOWER on IntegriCloud