ccls 0.20230717-1build2 source package in Ubuntu

Changelog

ccls (0.20230717-1build2) noble; urgency=medium

  * Rebuild against new llvm-toolchain-17 on riscv64.

 -- Gianfranco Costamagna <email address hidden>  Wed, 22 Nov 2023 08:46:21 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Shengjing Zhu
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ccls_0.20230717.orig.tar.gz 158.1 KiB ede854033f6d93583e83325a611e5dc4eaf961e5ef48a84f22f7bd6daadf84b8
ccls_0.20230717-1build2.debian.tar.xz 8.1 KiB cf922d9a3dab097e3383b13c67558a6650339dd6013789a887f680b0bdb3a8b8
ccls_0.20230717-1build2.dsc 1.9 KiB de63d8530814ea1ba88c93bbcd215134fd28153a46b00718c2797ee62bcd055e

View changes file

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