ccls
ccls copied to clipboard
C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
As far as I understand there are currently only 2 state-of-the-art LSP servers for C/C++: ccls and clangd. Back then, when cquery development stalled and ccls emerged, it was clearly...
OS:ubuntu2004 ROS:noetic workspace structure: $ pwd /home/user/catkin_build/ $ ls build devel install logs src $ ls src common control In src, I have some package(control) and common library(common). with compilation,...
👋 it looks like the current release (`0.20220729`) is marked as `pre-release`, raising this issue to confirm if that is intended (as [we did before](https://github.com/MaskRay/ccls/issues/786) :) ). A bit context...
### Observed behavior * `.ccls`: ``` clang ``` * `test.cc`: ```cpp #include "other.h" #undef LOG #define LOG(args) fprintf(stderr, args) int main() { LOG("Log\n"); return 0; } ``` * `other.h` ```cpp...
Hi, This might be a very trivial question but I can not find any info anywhere. I'm new to ccls and have a c++ project compiled by cmake. I have...
I report a issue in neovim repository, [lsp: ccls NO_RESULT_CALLBACK_FOUND on init #15844](https://github.com/neovim/neovim/issues/15844#issue-1011627640), but I did't get effective help. And I found some others had same questions, but l really...
``` PS C:\Users\blain\AppData\Local\nvim-data\llvm-project> cmake -Hllvm -BRelease -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_PROJECTS=clang >> ninja -C Release clangFormat clangFrontendTool clangIndex clangTooling clang -- bolt project is disabled -- clang project...
### Observed behavior Hi. I'm trying to use msvc with ccls but ccls keeps using clang for parsing the files. This causes my editor to show an error even though...
### Observed behavior I came across the following error when using MS-style inline assembly: > MS-style inline assembly is not available: Unable to find target for this triple (no targets...
### Observed behavior ccls uses a extremely high CPU and RAM (nearly about 2GB) and killed by out-of-memory. ### Expected behavior limit the mount of available memory. ### Steps to...