C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
Go to file
2018-05-07 20:59:08 -07:00
ci Use clang_File_tryGetRealPathName 2018-04-07 16:46:22 -07:00
clang_archive_hashes Add SHA256 hashes of LLVM downloads and check them when downloading LLVM 2018-03-18 16:32:23 -07:00
cmake Import cmake improvement by Daan De Meyer 2018-04-07 10:21:07 -07:00
index_tests Use usr as primary key and remove id; simplify import pipeline 2018-05-01 22:45:01 -07:00
src Reflect optional by Brandon Tolsch 2018-05-07 20:59:08 -07:00
third_party Update loguru 2018-04-16 00:14:54 -07:00
.clang-format Add project .clang-format 2017-11-19 12:15:14 -05:00
.gitignore . 2018-03-31 00:53:39 -07:00
.gitmodules MessagePack -> custom binary format 2018-04-15 00:40:19 -07:00
CMakeLists.txt Redesign import_pipeline.cc and mitigate race (duplicate Query*::uses for initial indexing) 2018-05-06 21:56:14 -07:00
README.md README 2018-05-05 15:25:43 -07:00

ccls

ccls is a fork of cquery (originally written by Jacob Dufault), a C/C++/Objective-C language server.

It makes use of C++17 features, has less third-party dependencies and slimmed-down code base. Cross reference features are strenghened, (see [wiki/FAQ]). It currently uses libclang to index C++ code but will switch to Clang C++ API. Refactoring and formatting are non-goals as they can be provided by clang-format, clang-include-fixer and other Clang based tools.

>>> Getting started (CLICK HERE) <<<