This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Keep count of delayed diagnostics
Needs ReviewPublic

Authored by kadircet on Mar 15 2021, 12:24 AM.

Details

Reviewers
sammccall
Summary

This is useful when amending diagnostics messages to indicate possible
fixes.

Depends on D98505

Diff Detail

Event Timeline

kadircet created this revision.Mar 15 2021, 12:24 AM
kadircet requested review of this revision.Mar 15 2021, 12:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2021, 12:24 AM

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)

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)

Yeah SG.