jvikstrom marked 2 inline comments as done. jvikstrom added inline comments.
================ Comment at: clang-tools-extra/clangd/ClangdServer.h:60 + // Called by ClangdServer when some \p Highlightings for \p File are ready. + virtual void onHighlightingsReady(PathRef File, + std::vector<HighlightingToken> Highlightings) = 0; ---------------- hokein wrote: > we may add this interface to the existing `DiagnosticsConsumer`. Probably want to rename `DiagnosticsConsumer` as well, can't come up with a good name though. Any suggestions? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63821/new/ https://reviews.llvm.org/D63821 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits