[PATCH] D137063: [clangd] Run semantic highligting in clangd check.
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 31 03:31:52 PDT 2022
kadircet added inline comments.
================
Comment at: clang-tools-extra/clangd/tool/Check.cpp:212
+ log("Building semantic highlighting");
+ getSemanticHighlightings(*AST);
+ }
----------------
can you also vlog the highlights, while limitting the output to ranges that intersect with the `LineRange` passed to `check`, when present.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137063/new/
https://reviews.llvm.org/D137063
More information about the cfe-commits
mailing list