[PATCH] D119745: [libTooling] Change Tranformer's consumer to take multiple changes

Eric Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 15 06:21:41 PST 2022


li.zhe.hua updated this revision to Diff 408847.
li.zhe.hua added a comment.

Remove old constructor

Not sure how to resolve the ambiguous constructor issue on MSVC. This is
probably SFINAE-able, but not sure how to repro locally to iterate.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119745/new/

https://reviews.llvm.org/D119745

Files:
  clang/include/clang/Tooling/Transformer/Transformer.h
  clang/lib/Tooling/Transformer/Transformer.cpp
  clang/unittests/Tooling/TransformerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119745.408847.patch
Type: text/x-patch
Size: 6492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220215/a94e3bf3/attachment-0001.bin>


More information about the cfe-commits mailing list