[PATCH] D59376: [LibTooling] Add Transformer, a library for source-to-source transformations.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 4 06:15:49 PDT 2019
ilya-biryukov added a subscriber: ioeric.
ilya-biryukov added a comment.
Per @ioeric's suggestion: why not move the helper into `Tooling/Refactoring/ExtendedRange.h`?
If it's in `ToolingRefactoring`, both stencil and transformer can access it.
For external users, a dependency on either `ToolingCore` or `ToolingRefactoring` should be fine, since they're fine with a dependency on `Tooling` already.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59376/new/
https://reviews.llvm.org/D59376
More information about the cfe-commits
mailing list