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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 9 06:57:39 PDT 2018


aaron.ballman added a comment.

I'm not all that keen on the idea of deprecating `set output` like this -- that command has been around since forever, and scripts outside of our control are likely to rely on it. However, it seems like you should be able to make `set output` accept a comma-delimited list of options. e.g., `set output dump, diag` This would give you the same level of granularity while still being backwards compatible. Do you think that would work for your needs?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52857





More information about the cfe-commits mailing list