This website requires JavaScript.
Explore
Help
Sign In
Zengtudor
/
ccls
Watch
1
Star
0
Fork
0
You've already forked ccls
mirror of
https://github.com/MaskRay/ccls.git
synced
2024-11-26 01:21:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
eb83ba26e1
ccls
/
foo
/
a.h
6 lines
60 B
C
Raw
Normal View
History
Unescape
Escape
Every function usage is now considered a call of that function. This means we will now report function calls that happen in the global scope (previously, those would only show up for find all refs).
2017-04-13 07:47:47 +00:00
#
if false
Add "Base" code lens which jumps the editor to the base method definition.
2017-04-11 08:43:35 +00:00
struct
Parent
{
virtual
void
foo
(
)
{
}
}
;
Every function usage is now considered a call of that function. This means we will now report function calls that happen in the global scope (previously, those would only show up for find all refs).
2017-04-13 07:47:47 +00:00
#
endif
Reference in New Issue
Copy Permalink