mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-25 09:05:10 +00:00
memberHierarchy
This commit is contained in:
parent
42825d022b
commit
eee785569f
@ -97,6 +97,8 @@ bool Expand(MessageHandler* m,
|
|||||||
case CXType_NullPtr: entry->name = "nullptr"; break;
|
case CXType_NullPtr: entry->name = "nullptr"; break;
|
||||||
// clang-format on
|
// clang-format on
|
||||||
}
|
}
|
||||||
|
entry->numChildren = 0;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (!def) {
|
if (!def) {
|
||||||
entry->numChildren = 0;
|
entry->numChildren = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user