]> granicus.if.org Git - clang/commit
Implement new interfaces for code-formatting when applying replacements.
authorManuel Klimek <klimek@google.com>
Mon, 29 Feb 2016 16:27:41 +0000 (16:27 +0000)
committerManuel Klimek <klimek@google.com>
Mon, 29 Feb 2016 16:27:41 +0000 (16:27 +0000)
commita2abc618fa64fb9ccf5416fa435bb427d717e8c0
treeb3879de811833df172f070cfd71c52964343738e
parentd4ef24ffe80c15ec5ebb12b6cff70110a5c49d0c
Implement new interfaces for code-formatting when applying replacements.

Patch by Eric Liu.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262232 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/Core/Replacement.h
lib/Tooling/Core/Replacement.cpp
unittests/Tooling/CMakeLists.txt
unittests/Tooling/RefactoringTest.cpp