[PATCH] D53498: Re-word command help for clang-query
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 23 05:57:40 PDT 2018
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from some minor wording nits.
================
Comment at: clang-query/Query.cpp:53
+ " print "
+ "pretty-print bound nodes\n"
+ " diag "
----------------
pretty-print -> Pretty-print
Add full stop at the end of the sentence.
================
Comment at: clang-query/Query.cpp:55
+ " diag "
+ "diagnostic location for bound nodes\n"
+ " dump "
----------------
diagnostic -> Diagnostic
Add full stop at the end of the sentence.
================
Comment at: clang-query/Query.cpp:57
+ " dump "
+ "Detailed AST output for bound nodes\n\n";
return true;
----------------
Add full stop at the end of the sentence.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D53498
More information about the cfe-commits
mailing list