[PATCH] D68795: [libTooling] Introduce a single, "main" header file for Transformer.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 10 08:33:04 PDT 2019


ymandel created this revision.
ymandel added a reviewer: gribozavr.
Herald added a subscriber: jfb.
Herald added a project: clang.

Split the existing `Transformer.h` into two new files, with more focused
purpose: `RewriteRule.h` and `TransformerTool.h`. The file `Transformer.h` is
repurposed to collect all of the Transformer-library headers together (via
includes). This change allows casual users to include just the one header and
then use all of the core components of Transformer.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68795

Files:
  clang/include/clang/Tooling/Transformer/RewriteRule.h
  clang/include/clang/Tooling/Transformer/Transformer.h
  clang/include/clang/Tooling/Transformer/TransformerTool.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68795.224359.patch
Type: text/x-patch
Size: 19902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191010/177ab49e/attachment-0001.bin>


More information about the cfe-commits mailing list