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-22 15:45:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c5151a4795
ccls
/
foo
/
b.cc
24 lines
102 B
C++
Raw
Normal View
History
Unescape
Escape
Much better algorithm to sync code lens index locations to the right buffer location
2017-04-16 08:09:12 +00:00
//1
//2
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
Misc
2017-04-15 04:56:51 +00:00
Much better algorithm to sync code lens index locations to the right buffer location
2017-04-16 08:09:12 +00:00
//3
//4
void
b
(
)
;
//7
void
b
(
)
;
//8
//8
//9
//10
//11
//12
//13
void
foo
(
)
{
b
(
)
;
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
}
Reference in New Issue
Copy Permalink