This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Strip the ' [some-check-name]' suffix from clang-tidy diagnostics. The check name is reported in Diagnostic.code.
ClosedPublic

Authored by sammccall on Apr 17 2019, 5:50 AM.

Diff Detail

Event Timeline

sammccall created this revision.Apr 17 2019, 5:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 17 2019, 5:50 AM
kadircet accepted this revision.Apr 17 2019, 7:17 AM

LGTM, we might need to make sure clients that do not show "code" field become aware of this before LLVM9 releases

This revision is now accepted and ready to land.Apr 17 2019, 7:17 AM
This revision was automatically updated to reflect the committed changes.