mirror of
https://github.com/MaskRay/ccls.git
synced 2025-01-31 18:00:26 +00:00
Fix clang build
This commit is contained in:
parent
9a64fb0747
commit
b64b8b5493
@ -1517,7 +1517,7 @@ struct Out_CqueryPublishSemanticHighlighting
|
||||
: public lsOutMessage<Out_CqueryPublishSemanticHighlighting> {
|
||||
enum class SymbolType { Type = 0, Function, Variable };
|
||||
struct Symbol {
|
||||
std::size_t stableId = 0;
|
||||
int stableId = 0;
|
||||
SymbolType type = SymbolType::Type;
|
||||
bool isTypeMember = false;
|
||||
NonElidedVector<lsRange> ranges;
|
||||
|
Loading…
Reference in New Issue
Block a user