[PATCH] D69184: [libTooling] Introduce general combinator for fixed-value `MatchConsumer`s.
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 18 10:39:35 PDT 2019
ymandel created this revision.
ymandel added a reviewer: gribozavr.
Herald added a project: clang.
This revision generalizes the (deprecated) `clang::tooling::text` combinator to
a `value` combinator, which works for any type. Aside from being more general,
it resolves the naming confict between `clang::tooling::text` and
`clang::transformer::text`, which has a subtly different meaning.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D69184
Files:
clang/include/clang/Tooling/Transformer/MatchConsumer.h
clang/unittests/Tooling/TransformerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69184.225663.patch
Type: text/x-patch
Size: 11396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191018/4b1ee108/attachment-0001.bin>
More information about the cfe-commits
mailing list