commit | a49fe5d878fc8b9246e8ab53862077c21c22cc8c | [log] [tgz] |
---|---|---|
author | Stephen Kelly <steveire@gmail.com> | Mon Oct 29 18:59:56 2018 +0000 |
committer | Stephen Kelly <steveire@gmail.com> | Mon Oct 29 18:59:56 2018 +0000 |
tree | d54213b232998c059f1063d71a674689ee6875e6 | |
parent | eb15d00193f75396c69cfa28b314fd5165d4c3fe [diff] |
[clang-query] Add non-exclusive output API Summary: Add granular options for AST dumping, text printing and diagnostics. This makes it possible to * Have both diag and dump active at once * Extend the output with other queryable content in the future. Reviewers: aaron.ballman, pcc, ioeric, ilya-biryukov, klimek, sammccall Reviewed By: aaron.ballman Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D52857 llvm-svn: 345522