Skip to content

Tags: airseepepe/ccls

Tags

0.20190314.1

Toggle 0.20190314.1's commit message
Adapt clang rC357037: removal of setVirtualFileSystem

0.20190314

Toggle 0.20190314's commit message
Adapt clang rC357037: removal of setVirtualFileSystem

0.20181225.9

Toggle 0.20181225.9's commit message
textDocument/didOpen: index related files when a header is opened

Fix MaskRay#180

index.initialBlacklist: ["."] can inhibit initial indexing (useful for larger code bases).
Opened files are still indexed, though.
This heuristic allows related files (a/foo.c a/b/foo.cc) to be indexed when a header (foo.h) is opened.

0.20181225.8

Toggle 0.20181225.8's commit message
textDocument/didOpen: index related files when a header is opened

Fix MaskRay#180

index.initialBlacklist: ["."] can inhibit initial indexing (useful for larger code bases).
Opened files are still indexed, though.
This heuristic allows related files (a/foo.c a/b/foo.cc) to be indexed when a header (foo.h) is opened.

0.20181111.2

Toggle 0.20181111.2's commit message
Add Apache LICENSE file (MaskRay#121)

0.20181024.1

Toggle 0.20181024.1's commit message
Implement textDocument/documentLink

0.20181010.1

Toggle 0.20181010.1's commit message
Fix hierarchical document symbol

1. Fixed a bug on building document symbol tree: As sym2ds was updated in
place, nested funcs/types may be moved into children of another
lsDocumentSymbol before itself got processed.

2. Namespaces only have declarations, in the old implementation it wasn't included in the result, making the result less hierarchical. This
commit fixes this by including the declarations of a symbol if no
definitions found.

0.20180924

Toggle 0.20180924's commit message
Simplify semantic highlighting; improve hover of auto &&

0.20180812

Toggle 0.20180812's commit message
Fix typo error (MaskRay#49)

- The word strengthened is spelled mistakenly.
- Unpaired symbol:')' seems to be missing.