]> granicus.if.org Git - clang/commit
[clang-refactor] Apply source replacements
authorAlex Lorenz <arphaman@gmail.com>
Fri, 13 Oct 2017 19:42:05 +0000 (19:42 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 13 Oct 2017 19:42:05 +0000 (19:42 +0000)
commitf5386a25ef684adc9fdb6278a106a250f3d9bac7
tree2824511416ba9b6aa6d904ae005491226b92751d
parent6ac84e99d98cd9d1cd9681f954f005e60f5a6193
[clang-refactor] Apply source replacements

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315738 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CommandLineSourceLoc.h
test/Refactor/tool-apply-replacements.cpp [new file with mode: 0644]
test/Refactor/tool-selection-option.c [new file with mode: 0644]
tools/clang-refactor/ClangRefactor.cpp