ccls 0.20190823-4ubuntu1 source package in Ubuntu

Changelog

ccls (0.20190823-4ubuntu1) eoan; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - stick with llvm-8 (thanks to Shengjing Zhu for the d/rules fix)
      LP: #1845233

 -- Gianfranco Costamagna <email address hidden>  Tue, 24 Sep 2019 18:46:36 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
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.20190823.orig.tar.gz 156.3 KiB 0176a10b2fa567862e5a93ac16a5bb92940f7bab7c3759b35be1a256cd2f1a66
ccls_0.20190823-4ubuntu1.debian.tar.xz 7.4 KiB cd48cb60b0e959560d4b7702cb8db85d8996daa023829974069520d4dd7cfa6e
ccls_0.20190823-4ubuntu1.dsc 1.9 KiB 7e0004012c0d60e1198364d0e673f02111f93847723c4c7a9bc67a68d527b485

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