We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd96f0 commit 57151c6Copy full SHA for 57151c6
clang-tools-extra/clang-query/Query.cpp
@@ -45,9 +45,9 @@ bool HelpQuery::run(llvm::raw_ostream &OS, QuerySession &QS) const {
45
" set bind-root (true|false) "
46
"Set whether to bind the root matcher to \"root\".\n"
47
" set print-matcher (true|false) "
48
- "Set whether to print the current matcher,\n"
+ "Set whether to print the current matcher.\n"
49
" set enable-profile (true|false) "
50
- "Set whether to enable matcher profiling,\n"
+ "Set whether to enable matcher profiling.\n"
51
" set traversal <kind> "
52
"Set traversal kind of clang-query session. Available kinds are:\n"
53
" AsIs "
0 commit comments