[all-commits] [llvm/llvm-project] a59b24: [clangd] Downgrade deprecated warnings to hints
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Tue Jul 4 07:08:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a59b24be47ed6263c254d168567b9ebba391fac9
https://github.com/llvm/llvm-project/commit/a59b24be47ed6263c254d168567b9ebba391fac9
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M clang-tools-extra/clangd/Diagnostics.cpp
M clang-tools-extra/clangd/unittests/DiagnosticsTests.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list