[PATCH] D126796: [clang][driver] adds `-print-diagnostics`
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 2 10:34:51 PDT 2022
aaron.ballman added a comment.
In D126796#3553708 <https://reviews.llvm.org/D126796#3553708>, @MaskRay wrote:
> If you still decide to add an option to clang, I think "diagnostics" is better than "warnings". There are many diagnostics which are errors by default.
Good point about warnings which default to errors; those will also be part of the output. I think "diagnostic" is the best term I can think of that's still accurate.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126796/new/
https://reviews.llvm.org/D126796
More information about the cfe-commits
mailing list