This is useful when amending diagnostics messages to indicate possible
fixes.
Depends on D98505
Paths
| Differential D98621
[clangd] Keep count of delayed diagnostics Needs ReviewPublic Authored by kadircet on Mar 15 2021, 12:24 AM.
Details
Diff Detail
Event TimelineComment Actions This seems like something we can delay until we're sure it'll do what we want? (e.g. we see that we either usually know synchronously whether lazy fixes will be present, or can predict it with high confidence) Comment Actions
Yeah SG.
Revision Contents
Diff 330567 clang-tools-extra/clangd/Diagnostics.h
clang-tools-extra/clangd/Diagnostics.cpp
clang-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp
|