ccls 0.20230717-1ubuntu1 source package in Ubuntu

Changelog

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

  * Explicitly build using LLVM 17.

 -- Matthias Klose <email address hidden>  Tue, 26 Mar 2024 16:49:46 +0100

Upload details

Uploaded by:
Matthias Klose
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-1ubuntu1.debian.tar.xz 8.2 KiB 82291f28d57d631971ec37d3479f3b43be34b752187b73bafee17417ecb0662a
ccls_0.20230717-1ubuntu1.dsc 2.0 KiB 75c39e7dfe14915e20c06a4af08bfcb900a43a77f22eccfce931460f44aa6afd

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