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
2025-01-20 04:22:32 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d1fe600fcf
ccls
/
foo
/
b.cc
8 lines
57 B
C++
Raw
Normal View
History
Unescape
Escape
Fix reindexing for header files
2017-04-20 07:25:38 +00:00
#
include
"a.h"
Much better algorithm to sync code lens index locations to the right buffer location
2017-04-16 08:09:12 +00:00
Try to have better behavior when types are defined across multiple files.
2017-04-19 06:56:37 +00:00
enum
Foo
{
Fix reindexing for header files
2017-04-20 07:25:38 +00:00
}
;
void
faz
(
)
{
foobar
(
)
;
}
Reference in New Issue
Copy Permalink