ccls 0.20240202-1 source package in Ubuntu

Changelog

ccls (0.20240202-1) unstable; urgency=medium

  * New upstream release 0.20240202
    + Supports LLVM-18

 -- Shengjing Zhu <email address hidden>  Sun, 21 Apr 2024 00:03:33 +0800

Upload details

Uploaded by:
Shengjing Zhu
Uploaded to:
Sid
Original maintainer:
Shengjing Zhu
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ccls_0.20240202-1.dsc 1.5 KiB 7cf0e4153eaeca90d4555b42330aa6af2d61e3b669d2e242157fd49b7157fc09
ccls_0.20240202.orig.tar.gz 158.5 KiB ecaf8ccab615adbe98b74367dab59e046b0c4864f9ad83dd3ad1a236874b2129
ccls_0.20240202-1.debian.tar.xz 8.0 KiB 6fb0f6d5cbc2bdc8162f3addefd6963630fc648c26fe19bd328b8937a51820b6

No changes file available.

Binary packages built by this source

ccls: C/C++/ObjC language server

 This originates from cquery, and is a server implementing
 Language Server Protocol for C/C++/Objective-C. It supports:
 .
  * code completion (with both signature help and snippets)
  * definition/references, and other cross references
  * cross reference extensions:
    $ccls/call $ccls/inheritance $ccls/member $ccls/vars ...
  * formatting
  * hierarchies:
    call (caller/callee) hierarchy, inheritance (base/derived) hierarchy,
    member hierarchy
  * symbol rename
  * document symbols and approximate search of workspace symbol
  * hover information
  * diagnostics and code actions (clang FixIts)
  * semantic highlighting and preprocessor skipped regions
  * semantic navigation:
    $ccls/navigate

ccls-dbgsym: debug symbols for ccls