mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-12 11:48:01 +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> {
|
: public lsOutMessage<Out_CqueryPublishSemanticHighlighting> {
|
||||||
enum class SymbolType { Type = 0, Function, Variable };
|
enum class SymbolType { Type = 0, Function, Variable };
|
||||||
struct Symbol {
|
struct Symbol {
|
||||||
std::size_t stableId = 0;
|
int stableId = 0;
|
||||||
SymbolType type = SymbolType::Type;
|
SymbolType type = SymbolType::Type;
|
||||||
bool isTypeMember = false;
|
bool isTypeMember = false;
|
||||||
NonElidedVector<lsRange> ranges;
|
NonElidedVector<lsRange> ranges;
|
||||||
|
Loading…
Reference in New Issue
Block a user