Adds the Refactoring library, which is a layer on top of the Tooling library
authorManuel Klimek <klimek@google.com>
Wed, 23 May 2012 16:29:20 +0000 (16:29 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 23 May 2012 16:29:20 +0000 (16:29 +0000)
commit3f00134c0560ff32ea6f17f51a514a22ba720b78
tree94dfc142e442b5ae74222b3ae68bbfbec57254d0
parentc34f77687758ace3d43f1ddbb3600a65e39ebfec
Adds the Refactoring library, which is a layer on top of the Tooling library
that allows easy refactoring across translation units.

llvm-svn: 157331
clang/include/clang/Tooling/Refactoring.h [new file with mode: 0644]
clang/lib/Tooling/CMakeLists.txt
clang/lib/Tooling/Refactoring.cpp [new file with mode: 0644]
clang/unittests/CMakeLists.txt
clang/unittests/Tooling/RefactoringTest.cpp [new file with mode: 0644]