hokein added inline comments.
================ Comment at: clang-tools-extra/clangd/SemanticHighlighting.h:31 +// Contains all highlightings in a single line. +struct LineHighlighting { + LineHighlighting(unsigned int Line = 0, ---------------- The structures defined here are similar to the structures proposed in LSP `SemanticHighlightingParams` and `SemanticHighlightingInformation`, we could define these structures in the `Protocol.h` (you can find similar pattern there). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63919/new/ https://reviews.llvm.org/D63919 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits