[PATCH] D52857: [clang-query] Add non-exclusive output API

Stephen Kelly via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 23 07:30:57 PDT 2018


steveire added a comment.

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.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52857





More information about the cfe-commits mailing list