This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Log diagnostics if we failed to create a preamble.
ClosedPublic

Authored by sammccall on Dec 1 2022, 2:34 AM.

Details

Summary

Really we want these to be shown to the client, but the path to do so involves
storing them in

Bandaid for https://github.com/clangd/clangd/issues/1408
See https://github.com/clangd/clangd/issues/1399 for motivation

Diff Detail

Event Timeline

sammccall created this revision.Dec 1 2022, 2:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 2:34 AM
sammccall requested review of this revision.Dec 1 2022, 2:34 AM
hokein accepted this revision.Dec 1 2022, 4:22 AM
This revision is now accepted and ready to land.Dec 1 2022, 4:22 AM