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

Just my code option filters all non workspace symbols returned to client

Something like the [clangd status section](https://clang.llvm.org/extra/clangd.html#current-status) would be very helpful. Not only for the status of cquery, but also a status table for each editor stating which features UI has...

I use repo with about 5k c++ files, and every one-two days cquery starts a jobs of reindexing all source code base. What's the algorithm of deciding when to refresh...

#819 introduces a hang where cquery no longer responds to any requests from stdin. Going to the commit before that change fixes it. I could reproduce this about 9 out...

![image](https://user-images.githubusercontent.com/17514799/47898464-f3c22f00-deb0-11e8-88b9-0e6c891e89d9.png) "unknown type name namspace" The code is correct but cquery complaint that error.

I'm running the latest release of cquery (v20180718) with SublimeLSP, and I'm seeing a weird behavior. It looks like it's loading my compile_commands.json correctly, in that it processes all of...

Version: latest master (`9494c3e6`) When I run cquery on the following simple `.cpp` file: ```cpp enum class Color { WHITE, GREY, BLACK }; ``` `textDocument/documentSymbol` gives the following (prettified) JSON...

Example per https://github.com/cquery-project/cquery/issues/824#issuecomment-433700930. `REQUIRE` eventually expands to something including `ExpressionDecomposer` (among others) and so that gets returned. This is at best super-unintuitive - if I'm on `REQUIRE` and I goto-definition,...

I sort of see what that dcc8eb28 is aiming for, but I don't think that the resulting code looks right! If we go through the branch with the removed `return...

See https://github.com/rianneogi/ide-cquery/issues/24