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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits