This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Provide links to clang-tidy and include-cleaner diagnostic docs
ClosedPublic

Authored by sammccall on May 20 2022, 6:10 AM.

Details

Summary

LSP supports Diagnostic.codeInformation since 3.16.
In VSCode, this turns the code (e.g. "unused-includes" or "bugprone-foo") into
a clickable link that opens the docs in a web browser.

Diff Detail

Event Timeline

sammccall created this revision.May 20 2022, 6:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2022, 6:10 AM
sammccall requested review of this revision.May 20 2022, 6:10 AM
adamcz accepted this revision.May 20 2022, 6:15 AM
This revision is now accepted and ready to land.May 20 2022, 6:15 AM
This revision was landed with ongoing or failed builds.May 20 2022, 7:33 AM
This revision was automatically updated to reflect the committed changes.