This is useful if using clang-query -f with a file containing multiple
matchers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D52859
[clang-query] Add option to print matcher expression ClosedPublic Authored by steveire on Oct 3 2018, 6:53 PM.
Details Summary This is useful if using clang-query -f with a file containing multiple
Diff Detail
Event Timelinesteveire added a parent revision: D52857: [clang-query] Add non-exclusive output API.Oct 3 2018, 7:06 PM This revision is now accepted and ready to land.Oct 9 2018, 6:52 AM Closed by commit rL344840: [clang-query] Add option to print matcher expression (authored by steveire). · Explain WhyOct 20 2018, 2:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 170307 clang-tools-extra/trunk/clang-query/Query.h
clang-tools-extra/trunk/clang-query/Query.cpp
clang-tools-extra/trunk/clang-query/QueryParser.cpp
clang-tools-extra/trunk/clang-query/QuerySession.h
clang-tools-extra/trunk/unittests/clang-query/QueryEngineTest.cpp
|