[PATCH] D73346: [clangd] Rename DiagnosticsConsumer -> ClangdServer::Callbacks, and make it optional
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 24 06:59:07 PST 2020
sammccall marked 4 inline comments as done.
sammccall added inline comments.
================
Comment at: clang-tools-extra/clangd/ClangdServer.h:76
+ /// May be called concurrently for separate files, not for a single file.
+ virtual void onFileUpdated(PathRef File, const TUStatus &Status){};
+
----------------
hokein wrote:
> nit : clang-format.
this is actually a clang-format bug :-\ I'll try to fix it
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73346/new/
https://reviews.llvm.org/D73346
More information about the cfe-commits
mailing list