This would avoid adding too much noise when there is a "-Wall" in the
compile command.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
clang-tools-extra/clangd/Diagnostics.cpp | ||
---|---|---|
127 | "especially" suggests there are other cases where we we report non-default errors, but I'm not sure there are. Maybe just "Use default severity to avoid noise with -Werror". |
"especially" suggests there are other cases where we we report non-default errors, but I'm not sure there are.
Maybe just "Use default severity to avoid noise with -Werror".