forked from OSchip/llvm-project
b22d8ae7f4
Summary: This way, the output is not limited by the various API differences between the dump() member functions. For example, all dumps are now in color, while that used to be the case only for Decls and Stmts, but not Types. Additionally, while DynTypedNode::dump (which was used up to now) was limited to dumping only Decls, Stmts and Types, this makes clang-query support everything ASTNodeTraverser supports. Reviewers: aaron.ballman Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D62056 |
||
---|---|---|
.. | ||
tool | ||
CMakeLists.txt | ||
Query.cpp | ||
Query.h | ||
QueryParser.cpp | ||
QueryParser.h | ||
QuerySession.h |