[PATCH] D52857: [clang-query] Add non-exclusive output API
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 23 07:34:43 PDT 2018
aaron.ballman added a comment.
In https://reviews.llvm.org/D52857#1272420, @steveire wrote:
> Yep, that's the suggestion. That will result in commands such as:
>
> - `enable output detailed-ast`
> - `disable output detailed-ast`
> - `set output detailed-ast`
> - `enable output diag`
> - `disable output diag`
> - `set output diag`
>
> etc, which I think addresses all concerns.
Agreed -- I think this is the right path forward.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52857
More information about the cfe-commits
mailing list