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)
commit35ccd864e0e8ae4fc7eb1fb82405d5ec129e3b28
treec9fc0227b5f7f64e8d53aa75e793adbc0cdfb1a7
parent15919ad306a544cb1c139b31495fed3ebab54280
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.

llvm-svn: 357612
clang/include/clang/Tooling/Refactoring/Transformer.h [deleted file]
clang/lib/Tooling/Refactoring/CMakeLists.txt
clang/lib/Tooling/Refactoring/Transformer.cpp [deleted file]
clang/unittests/Tooling/CMakeLists.txt
clang/unittests/Tooling/TransformerTest.cpp [deleted file]