aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from minor commenting nits.



================
Comment at: clang-query/Query.h:17
 #include "llvm/ADT/Optional.h"
+
 #include <string>
----------------
Spurious newline, or did clang-format insert this?


================
Comment at: clang-query/Query.h:138
 
+// Implements the exclusive 'set output dump|diag|print' options
+struct SetExclusiveOutputQuery : Query {
----------------
Missing full-stop at the end of the comment.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53501



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

Reply via email to