[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 02:27:00 PDT 2019


ilya-biryukov added a comment.

Given that we don't any usages of `getExtendedRange`, could you remove it from the `Fixit.h` and move to a header somewhere in the `clangToolingRefactoring` (e.g. into `Transformer.h` itself)?

Having two copies of this functions in the codebase does not look good, especially given that one of them is never used anyway.


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