C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
ccls, which originates from cquery, is a C/C++/Objective-C language server.
- 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
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / ccls
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/ccls && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000167 167 Bytes | |
_link | 0000000124 124 Bytes | |
ccls-0.20210330.tar.gz | 0000160487 157 KB | |
ccls.changes | 0000006962 6.8 KB | |
ccls.spec | 0000003165 3.09 KB | |
llvm14-braced-constructor-call.patch | 0000001462 1.43 KB | |
llvm14-include-STLExtras.patch | 0000000580 580 Bytes | |
llvm14-refactor-isIdentifierBody.patch | 0000003110 3.04 KB |
Revision 31 (latest revision is 46)
Dirk Mueller (dirkmueller)
accepted
request 980764
from
Aaron Puchert (aaronpuchert)
(revision 31)
- Port back upstream patches to fix build with LLVM 14: * llvm14-refactor-isIdentifierBody.patch * llvm14-braced-constructor-call.patch * llvm14-include-STLExtras.patch - Fix build with older LLVMs by setting CLANG_LINK_CLANG_DYLIB=ON only for versions >= 9.
Comments 0