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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to