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

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 26 08:00:21 PDT 2019


ilya-biryukov added inline comments.


================
Comment at: clang-tools-extra/clangd/TUScheduler.h:157
+  void update(PathRef File, ParseInputs Inputs, WantDiagnostics WD,
+              bool WantHighlightings);
 
----------------
Can we avoid updating `TUScheduler`, `ParsingCallbacks` and compute the highlights inside `onMainAST`?


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