[PATCH] D52857: Deprecate 'set output foo' API of clang-query

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 3 19:07:25 PDT 2018


steveire added inline comments.


================
Comment at: clang-query/Query.cpp:48
+        "Set whether to dump binding ASTs.\n"
+        "  set print-output (true|false)      "
+        "Set whether to print matched text.\n"
----------------
Is the 'print' output useful at all? I'm thinking the updated API shouldn't support it at all. Thoughts? 


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52857





More information about the cfe-commits mailing list