[PATCH] D71977: Implement additional traverse() overloads

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 29 12:41:54 PST 2019


steveire created this revision.
steveire added a reviewer: aaron.ballman.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

These overloads make it possible to wrap unless(), anyOf(), has() etc
with the traverse matcher.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71977

Files:
  clang/include/clang/ASTMatchers/ASTMatchers.h
  clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71977.235520.patch
Type: text/x-patch
Size: 8417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191229/d121bca2/attachment-0001.bin>


More information about the cfe-commits mailing list