cquery icon indicating copy to clipboard operation
cquery copied to clipboard

C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server protocol support. Cross references, completion, diagnostics, sem...

Results 100 cquery issues
Sort by recently updated
recently updated
newest added

``` $ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=release -DCMAKE_EXPORT_COMPILE_COMMANDS=YES -- The CXX compiler identification is GNU 9.2.1 -- Check for working CXX compiler: /usr/lib64/ccache/c++ -- Check for working CXX compiler: /usr/lib64/ccache/c++ --...

The link leads to "Error Fetching Resource error". Please remove it from the page or fix it.

No pre-built binaries for Windows. Please add them. This would help in gaining users. I appreciate that it can be built on Windows, but this is an unnecessary speed bump....

I am using cquery in conjunction with the cquery VS Code plugin. I also use Gitlens. I have found that cquery crashes instantly upon entering a diff view. As it...

When using cquery inside VS Code I often got files "out of workspace" even though they are in it. This has unwanted effects like creating file save conflicts and breakpoints...

Recently I run into the situation quite often that I cannot save a changed file in VS Code, because the file is in use by another process. When I kill...

I use cquery in neovim through [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim). I found whenever I open a file in a project `/site/home/xxx/project` (this is the project root), there are two separate folders created in...

Hi, This is pretty frustrating to be honest, why is the build process downloading a compiler when it is already installed? Ubuntu 19.04 The issue: $ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=release...