[PATCH] D68637: [libTooling] Move Transformer files to their own directory/library.
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 9 19:45:26 PDT 2019
thakis added inline comments.
================
Comment at: clang/lib/Tooling/Transformer/CMakeLists.txt:3
+
+add_clang_library(clangTransformer
+ RangeSelector.cpp
----------------
All the other libs in lib/Tooling/Foo are called clangToolingFoo, not clangFoo. Can you please rename this library to clangToolingTransformer?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68637/new/
https://reviews.llvm.org/D68637
More information about the cfe-commits
mailing list