ccls 0.20190823.6-1~ubuntu1.20.04.1 source package in Ubuntu

Changelog

ccls (0.20190823.6-1~ubuntu1.20.04.1) focal; urgency=medium

  * SRU the bugfix release to make it compatible with default llvm-10
    fixing a FTBFS (LP: #1874508)

 -- Gianfranco Costamagna <email address hidden>  Fri, 12 Jun 2020 22:31:35 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal updates universe misc

Downloads

File Size SHA-256 Checksum
ccls_0.20190823.6.orig.tar.gz 154.5 KiB 6ef1936e2f7a77d703e090afefa638a6ab5c4c80f116dd00ee538dcd8e17f184
ccls_0.20190823.6-1~ubuntu1.20.04.1.debian.tar.xz 7.6 KiB 1ddceb387af5646519e61b8206a28bed2d3b9dddbd0228fcc92e09f1dcf62e3b
ccls_0.20190823.6-1~ubuntu1.20.04.1.dsc 2.0 KiB 711e0c5f312f04553e4034c813ef40655362bf97d8facb6f68d6d4bca7a3aa28

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