llvm-project/clang/lib/ASTMatchers
Stephen Kelly 0a717d5b5d Make it possible control matcher traversal kind with ASTContext
Summary:
This will eventually allow traversal of an AST while ignoring invisible
AST nodes.  Currently it depends on the available enum values for
TraversalKinds.  That can be extended to ignore all invisible nodes in
the future.

Reviewers: klimek, aaron.ballman

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D61837
2019-12-06 23:11:32 +00:00
..
Dynamic [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
ASTMatchFinder.cpp Make it possible control matcher traversal kind with ASTContext 2019-12-06 23:11:32 +00:00
ASTMatchersInternal.cpp Make it possible control matcher traversal kind with ASTContext 2019-12-06 23:11:32 +00:00
CMakeLists.txt