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

I want to use cquery as server on machine A and use machine B as a Language client . Is there a method to make cquery as a remote server?...

sorry to bother you . Here is my configuration in `~/.config/nvim/init.vim`, ``` set nu! set background=dark syntax on set autoindent set showmatch set ai! call plug#begin('~/.local/share/nvim/plugged') Plug 'autozimu/LanguageClient-neovim', { \...

I'm using the VSCode extension, which allows you to specify a directory for `compile_commands.json` (good, I don't want to pollute my source with build files). However I'm using a workspace...

When I coding, using _.cquery_ instead of _compile_commands.json_ is more convenient because I will create or rename files later. But cquery will teat the folder exist _.cquery_ file as root...

c:\cquery\build>cmake --build . Scanning dependencies of target reproc [ 1%] Building C object third_party/reproc/CMakeFiles/reproc.dir/src/c/common.c.obj [ 2%] Building C object third_party/reproc/CMakeFiles/reproc.dir/src/c/windows/handle.c.obj [ 3%] Building C object third_party/reproc/CMakeFiles/reproc.dir/src/c/windows/pipe.c.obj [ 4%] Building C...

I have compiled my code success, But In vscode I'm getting these error messages but don't understand why. C:\msys64\mingw64\lib\clang\7.0.1\include\stdint.h ![image](https://user-images.githubusercontent.com/2623352/54665081-f69c8400-4b20-11e9-9c38-a286dca1cdca.png) libclang 5.0 version have this problem but my libclang version...

Hi, I am new to cquery, and I've been following your Wiki to try it. I quickly came to an issue where cquery wasn't able to find any header (only...

Hi, I'm using cquery from master branch with vim-lsp for C++ project, with compilation database generated using cmake on Ubuntu 18.04. I'm unable to use cquery with vim-lsp, looking at...

Currently `textDocument/codeAction` and `textDocument/codeLens` respond with commands consisting of textedits that should be applied by the client. however, they are [supposed](https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md#code-action-request-leftwards_arrow_with_hook) to respond with commands that can be sent back...

macos howbrew version ../Cellar/cquery/20180718/bin/cquery ![image](https://user-images.githubusercontent.com/43430714/51785333-371af980-2191-11e9-9036-f4c05d917448.png) ![image](https://user-images.githubusercontent.com/43430714/51785337-4e59e700-2191-11e9-853a-7ef0f4c7f53c.png) when I trigger after input 't' It can not find a symbol answer like 'tlv', no type information can be found for the tlv...