[PATCH] D95701: [clangd] Add semanticTokens modifiers for function/class/file/global scope
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 2 23:27:50 PST 2021
nridge added inline comments.
================
Comment at: clang-tools-extra/clangd/test/initialize-params.test:91
# CHECK-NEXT: "abstract"
+# CHECK-NEXT: "functionScope"
+# CHECK-NEXT: "classScope"
----------------
nit: missing commas
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95701/new/
https://reviews.llvm.org/D95701
More information about the cfe-commits
mailing list