]> granicus.if.org Git - clang/commit
Revert "[LibTooling] Add Transformer, a library for source-to-source transformations."
authorAlexey Bataev <a.bataev@hotmail.com>
Wed, 3 Apr 2019 17:34:04 +0000 (17:34 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Wed, 3 Apr 2019 17:34:04 +0000 (17:34 +0000)
commitd9a2f127a8277690a5653aade1077039c77be716
tree32e3c068ed3550c58cca7b0b860f552a59988586
parent86ef09fc94489c51bb60a8f125b5219df3748d66
Revert "[LibTooling] Add Transformer, a library for source-to-source transformations."

This reverts commit r357576 to fix the problem with the cyclic
dependencies between libTooling and libToolingRefactor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357612 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/Refactoring/Transformer.h [deleted file]
lib/Tooling/Refactoring/CMakeLists.txt
lib/Tooling/Refactoring/Transformer.cpp [deleted file]
unittests/Tooling/CMakeLists.txt
unittests/Tooling/TransformerTest.cpp [deleted file]