Skip to content

Tags: itzuvid/ccls

Tags

0.20190314.4

Toggle 0.20190314.4's commit message
Add missing headers to adapt llvmorg-11-init-5501-g213aea4c583 and ll…

…vmorg-11-init-5528-gd7c5037e6b9

0.20190823.5

Toggle 0.20190823.5's commit message
indexer: disable warnings and skip processed function bodies

Adapt clang rC370337: removal of createIndexingAction and WrappingIndexAction

0.20181225.10

Toggle 0.20181225.10'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.3

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

0.20181024.2

Toggle 0.20181024.2's commit message
Implement textDocument/documentLink

0.20181010.2

Toggle 0.20181010.2'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.1

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

0.20180913.1

Toggle 0.20180913.1's commit message
Skip informative scope foo::

0.20190823.4

Toggle 0.20190823.4's commit message
indexer: disable warnings and skip processed function bodies

Adapt clang rC370337: removal of createIndexingAction and WrappingIndexAction

0.20180812.1

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

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