- move toTextMateScope to SemanticHighlighting.h;
- move the buildLookupTable to LSP layer (as LSP requires such form);
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34377 Build 34376: arc lint + arc unit
Event Timeline
clang-tools-extra/clangd/ClangdLSPServer.cpp | ||
---|---|---|
87 | while here, can we have "highlight" in the name? like "buildHighlightScopeLookupTable"? | |
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
159 | use case Last instead of default for better warnings. | |
clang-tools-extra/clangd/SemanticHighlighting.h | ||
30 | the name is a little confusing as it's last-plus-one. NumKinds is a common idiom I think. |
while here, can we have "highlight" in the name? like "buildHighlightScopeLookupTable"?