[PATCH] D52859: [clang-query] Add option to print matcher expression

2018-10-20 Thread Stephen Kelly via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL344840: [clang-query] Add option to print matcher expression (authored by steveire, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D52859?vs=1

[PATCH] D52859: [clang-query] Add option to print matcher expression

2018-10-09 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM! Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D52859 ___ cfe-commits mailing list cfe-commits@lists.llvm.org

[PATCH] D52859: [clang-query] Add option to print matcher expression

2018-10-03 Thread Stephen Kelly via Phabricator via cfe-commits
steveire created this revision. steveire added a reviewer: aaron.ballman. Herald added a subscriber: cfe-commits. This is useful if using clang-query -f with a file containing multiple matchers. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D52859 Files: clang-query/Query.cpp