This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Downgrade deprecated warnings to hints
ClosedPublic

Authored by kadircet on Jul 4 2023, 6:52 AM.

Details

Summary

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.

Diff Detail

Event Timeline

kadircet created this revision.Jul 4 2023, 6:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 4 2023, 6:52 AM
Herald added a subscriber: arphaman. · View Herald Transcript
kadircet requested review of this revision.Jul 4 2023, 6:52 AM
sammccall accepted this revision.Jul 4 2023, 7:00 AM

Thanks!

This revision is now accepted and ready to land.Jul 4 2023, 7:00 AM
This revision was automatically updated to reflect the committed changes.