mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-02 23:12:08 +00:00
Make all call type default in $cquery/callHierarchy
This commit is contained in:
parent
78fe0c7ebe
commit
d1fdf231c8
@ -28,7 +28,7 @@ struct Ipc_CqueryCallHierarchy
|
|||||||
bool callee = false;
|
bool callee = false;
|
||||||
// Base: include base functions; All: include both base and derived
|
// Base: include base functions; All: include both base and derived
|
||||||
// functions.
|
// functions.
|
||||||
CallType callType = CallType::Direct;
|
CallType callType = CallType::All;
|
||||||
bool detailedName = false;
|
bool detailedName = false;
|
||||||
int levels = 1;
|
int levels = 1;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user