diff options
| author | Yitzhak Mandelbaum <yitzhakm@google.com> | 2019-04-03 13:05:19 +0000 |
|---|---|---|
| committer | Yitzhak Mandelbaum <yitzhakm@google.com> | 2019-04-03 13:05:19 +0000 |
| commit | d5856302f7e384cec65784abd3e70f8af2381add (patch) | |
| tree | 142fcaca49c4a8f0ea62a08e7c0b0215c2a6792c /clang/lib/Tooling/Refactoring/CMakeLists.txt | |
| parent | ef93be84d33efa59667a1b58b75eac33b60d71b4 (diff) | |
| download | bcm5719-llvm-d5856302f7e384cec65784abd3e70f8af2381add.tar.gz bcm5719-llvm-d5856302f7e384cec65784abd3e70f8af2381add.zip | |
[LibTooling] Add Transformer, a library for source-to-source transformations.
Summary: Adds a basic version of Transformer, a library supporting the concise specification of clang-based source-to-source transformations. A full discussion of the end goal can be found on the cfe-dev list with subject "[RFC] Easier source-to-source transformations with clang tooling".
Reviewers: ilya-biryukov
Reviewed By: ilya-biryukov
Subscribers: mgorny, jfb, jdoerfert, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D59376
llvm-svn: 357576
Diffstat (limited to 'clang/lib/Tooling/Refactoring/CMakeLists.txt')
| -rw-r--r-- | clang/lib/Tooling/Refactoring/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Tooling/Refactoring/CMakeLists.txt b/clang/lib/Tooling/Refactoring/CMakeLists.txt index 402b5d3c6ac..e5002839980 100644 --- a/clang/lib/Tooling/Refactoring/CMakeLists.txt +++ b/clang/lib/Tooling/Refactoring/CMakeLists.txt @@ -12,6 +12,7 @@ add_clang_library(clangToolingRefactor Rename/USRFinder.cpp Rename/USRFindingAction.cpp Rename/USRLocFinder.cpp + Transformer.cpp LINK_LIBS clangAST |

