ccls 0.20230717-1ubuntu2 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:37:18 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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-1ubuntu2.debian.tar.xz 8.3 KiB b3092816cf81b4536adc88b26715f70892d436f6d82b91e4a34a0eff17bce292
ccls_0.20230717-1ubuntu2.dsc 2.0 KiB 67827e6fe6d13cebee341bd7a5b3056f41823c5ece6e3cfe1634fdb3285bdf83

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