mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35: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;
|
||||
// Base: include base functions; All: include both base and derived
|
||||
// functions.
|
||||
CallType callType = CallType::Direct;
|
||||
CallType callType = CallType::All;
|
||||
bool detailedName = false;
|
||||
int levels = 1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user