[PATCH] D61836: Move TraversalKind enum to ast_type_traits
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 12 13:18:49 PDT 2019
steveire created this revision.
steveire added reviewers: klimek, aaron.ballman.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Make it usable outside of ASTMatchFinder. This will make it possible to
use this enum to control whether certain implicit nodes are skipped
while AST dumping for example.
Repository:
rC Clang
https://reviews.llvm.org/D61836
Files:
include/clang/AST/ASTTypeTraits.h
include/clang/ASTMatchers/ASTMatchersInternal.h
lib/ASTMatchers/ASTMatchFinder.cpp
unittests/ASTMatchers/ASTMatchersInternalTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61836.199176.patch
Type: text/x-patch
Size: 6806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190512/b748ee4c/attachment-0001.bin>
More information about the cfe-commits
mailing list