[PATCH] D80606: [libTooling][NFC] Demo bug introduced in D72534.
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 27 05:55:12 PDT 2020
steveire added a comment.
It might make sense for now (in order to unblock you) to make the `Transformer` library explicitly require the `AsIs` mode. I am not so familiar with the transformer library, but I think you can do that by adding `traverse(AsIs, ...)` in `Transformer::registerMatchers`.
The real fix is probably in adjusting `transformer::detail::buildMatchers`. I can look into that in a few hours.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80606/new/
https://reviews.llvm.org/D80606
More information about the cfe-commits
mailing list