[clangd] Downgrade deprecated warnings to hints
authorKadir Cetinkaya <kadircet@google.com>
Tue, 4 Jul 2023 13:50:47 +0000 (15:50 +0200)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 4 Jul 2023 14:07:08 +0000 (16:07 +0200)
commita59b24be47ed6263c254d168567b9ebba391fac9
tree91098ffda7aff20a6d8f454a5cc88641c876eec3
parent7d5b4ebb22732535c0f3af926805428686ec71d3
[clangd] Downgrade deprecated warnings to hints

This tries to improve adoption of noisy warnings in existing codebases.
Hints have a lot less visual clutter in most of the editors, and DiagnosticTags
already imply a custom decorations per LSP.

Differential Revision: https://reviews.llvm.org/D154443
clang-tools-extra/clangd/Diagnostics.cpp
clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp