[PATCH] D63821: [clangd] Added C++ API code for semantic highlighting

Johan Vikström via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 27 05:56:56 PDT 2019


jvikstrom marked an inline comment as done.
jvikstrom added inline comments.


================
Comment at: clang-tools-extra/clangd/ClangdLSPServer.h:60
+  void
+  onHighlightingsReady(PathRef File,
+                       std::vector<HighlightingToken> Highlightings) override;
----------------
hokein wrote:
> nit: you can remove this override, since we have provided an empty default implementation.
I get an `-Winconsistent-missing-override` warnings without the override.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63821/new/

https://reviews.llvm.org/D63821





More information about the cfe-commits mailing list