Skip to content

1024

Compare
Choose a tag to compare
@MaskRay MaskRay released this 09 Jan 07:36
· 183 commits to master since this release

Requests

  • textDocument/documentLink #include are represented as hyperlinks in vscode
  • textDocument/foldingRange
  • $ccls/setSkippedRanges -> $ccls/publishSkippedRanges
  • $ccls/publishSemanticHighlighting -> $ccls/publishSemanticHighlight
  • Uniquify textDocument/typeDefinition result

Message handling has been refactored.

Others

  • Support *.cu CUDA files
  • -DSYSTEM_CLANG=off (default) downloads Clang 7.0.0 prebuilt archives from <releases.llvm.org> now (6.0.1 before)
  • Add ExtentRef; merge symbol2refcnt and outline2refcnt
  • New command line option. ccls -index ~/llvm => index ~/llvm without starting the language server