llvm-project/clang/lib/ASTMatchers
Stephen Kelly d147cea3b9 Move TraversalKind enum to ast_type_traits
Summary:
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.

Reviewers: klimek, aaron.ballman

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D61836

llvm-svn: 360920
2019-05-16 17:57:38 +00:00
..
Dynamic Added an AST matcher for declarations that are in the `std` namespace 2019-05-03 12:50:00 +00:00
ASTMatchFinder.cpp Move TraversalKind enum to ast_type_traits 2019-05-16 17:57:38 +00:00
ASTMatchersInternal.cpp [ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling 2019-03-21 15:33:24 +00:00
CMakeLists.txt