[PATCH] D67961: [libTooling] Introduce the MatchConsumer abstraction

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 24 06:25:53 PDT 2019


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

This revision introduces a separate (small) library for the `MatchConsumer`
abstraction: computations over AST match results.  This abstraction is central
to the Transformer framework, and there deserves being defined explicitly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67961

Files:
  clang/include/clang/Tooling/Refactoring/MatchConsumer.h
  clang/include/clang/Tooling/Refactoring/RangeSelector.h
  clang/include/clang/Tooling/Refactoring/Transformer.h
  clang/lib/Tooling/Refactoring/RangeSelector.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67961.221530.patch
Type: text/x-patch
Size: 5730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190924/d7c713cf/attachment-0001.bin>


More information about the cfe-commits mailing list