ccls 0.20230717-1 source package in Ubuntu

Changelog

ccls (0.20230717-1) unstable; urgency=medium

  * New upstream release 0.20230717
    + Supports LLVM-16 (Closes: #1051860)

 -- Shengjing Zhu <email address hidden>  Thu, 14 Sep 2023 19:25:36 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ccls_0.20230717-1.dsc 1.3 KiB f1e829a955d9e186f5ec64d4e4344f264c4110d7e679804eaad96438ef36056d
ccls_0.20230717.orig.tar.gz 158.1 KiB ede854033f6d93583e83325a611e5dc4eaf961e5ef48a84f22f7bd6daadf84b8
ccls_0.20230717-1.debian.tar.xz 8.0 KiB f62c211897c2cafa4890d2a3fabcb1d7383f0a941a5f48ca8938ae7fa3fef8e6

Available diffs

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