[PATCH] D60267: [clangd] Support relatedInformation in diagnostics.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 10 03:22:26 PDT 2019
ilya-biryukov added inline comments.
================
Comment at: clangd/Diagnostics.cpp:271
+ if (!Note.AbsFile) {
+ log("Dropping note from unknown file: {0}", Note);
+ continue;
----------------
Maybe `vlog`? This is what we use for dropped diagnostics, should probably stick to the same level with dropped notes (even though the dropped notes probably come up less often in practice).
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60267/new/
https://reviews.llvm.org/D60267
More information about the cfe-commits
mailing list