[PATCH] D52857: Deprecate 'set output foo' API of clang-query
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 9 08:01:33 PDT 2018
steveire added a comment.
- The scripts will continue to work at least until `set output` is removed, which is not going to happen soon.
- A comma-delimited list of options means that if I have `foo, bar, bat` enabled and want to add `bang`, I need to `set output foo, bar, bat, bang`. Or alternatively if I want to remove `bat`, I need to write out all the others. I don't think that's suitable.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52857
More information about the cfe-commits
mailing list