Editors are good at highlightings the keywords themselves.
Note that this only affects highlightings of builtin types spelled out
as keywords in the source code. Highlightings of typedefs to builtin
types are unchanged.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Event Timeline
Build result: fail - 59585 tests passed, 2 failed and 805 were skipped.
failed: Clangd.Clangd/semantic-highlighting.test failed: LLVM.tools/llvm-ar/mri-utf8.test
Log files: cmake-log.txt, ninja_check_all-log.txt, CMakeCache.txt
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
---|---|---|
233 | as we are not visiting this base TypeLoc in this patch, will we miss any interesting TypeLocs (e.g. FunctionTypeLoc)? |
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
---|---|---|
233 | We didn't do anything interesting with function type locs before this patch as well. |
clang-tools-extra/clangd/SemanticHighlighting.cpp | ||
---|---|---|
233 | ah, yes, thanks for the explanation, I was over-concerned. |
as we are not visiting this base TypeLoc in this patch, will we miss any interesting TypeLocs (e.g. FunctionTypeLoc)?