The Transformer library has been growing inside of lib/Tooling/Refactoring. However, it's not really related to anything else in that directory. This revision moves all Transformer-related files into their own include & lib directories. A followup revision will (temporarily) add forwarding headers to help any users migrate their code to the new location.
Details
- Reviewers
gribozavr - Commits
- rGfbdf83521b17: [libTooling] Move Transformer files to their own directory/library.
rCTE374271: [libTooling] Move Transformer files to their own directory/library.
rL374271: [libTooling] Move Transformer files to their own directory/library.
rC374271: [libTooling] Move Transformer files to their own directory/library.
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Tooling/Transformer/CMakeLists.txt | ||
---|---|---|
3 | All the other libs in lib/Tooling/Foo are called clangToolingFoo, not clangFoo. Can you please rename this library to clangToolingTransformer? |
clang/lib/Tooling/Transformer/CMakeLists.txt | ||
---|---|---|
3 | I checked this before. :) Is there a reason that you want that naming scheme or just for consistency? I think that clangTransformer is a better name for the library, but I don't care much. I just noticed we didn't seem to be consistent anyhow, so went w/ my (slight) preference. |
All the other libs in lib/Tooling/Foo are called clangToolingFoo, not clangFoo. Can you please rename this library to clangToolingTransformer?