- move toTextMateScope to SemanticHighlighting.h;
- move the buildLookupTable to LSP layer (as LSP requires such form);
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tools-extra/clangd/ClangdLSPServer.cpp | ||
---|---|---|
87 ↗ | (On Diff #208017) | while here, can we have "highlight" in the name? like "buildHighlightScopeLookupTable"? |
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
161 ↗ | (On Diff #208017) | use case Last instead of default for better warnings. |
clang-tools-extra/clangd/SemanticHighlighting.h | ||
30 ↗ | (On Diff #208017) | the name is a little confusing as it's last-plus-one. NumKinds is a common idiom I think. |