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

bash failed on unquoted GCC -D key with () in variable value: -D__DBL_MIN_10_EXP__=(-307) gcc ver: $ c++ -v Using built-in specs. COLLECT_GCC=c++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure...

This PR fixes a bug in src/command_line.cc -> RunQueryDbThread(). The DiagnosticsEngine was used without being properly initialized.

I was trying to make cquery work on a Windows project that I work on on macOS 10.14, using the `i686-w64-mingw32` toolchain. Although cquery successfully invoked the compiler with the...

My project includes some .cu and .cuh files. Cquery server can't find these files even i had wrote file path in .cquery file. The server will report error like below:...

help wanted

I use the IAR compiler and using vscode IDE with cquery. Some #define setting are in the IAR project file and not in the standard makefile. For example: #if __ISP__...

Consider the follow code: ```c++ #include template void hello(const T& x) { std::cout

Under Ubuntu 16.04, Visual Studio Code 1.27.2, cquery extension 0.1.10. Consider such code: ``` std::string msg; msg += '+'; msg += '?'; ``` For the third line I get: >...

Here's the first try to add more options for completion filtering

While using cquery with VSCode, I frequently have to reload the window (restarting cquery) because of errors like these: ![image](https://user-images.githubusercontent.com/7857838/45411852-99a5aa00-b675-11e8-954e-e63a486e642c.png) ![image](https://user-images.githubusercontent.com/7857838/45412150-45e79080-b676-11e8-866c-8fc132fc6763.png) Note that in the first error the offending line...

https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/27590/version=el_capitan/console ``` Started by upstream project "Homebrew Core Pull Requests" build number 27590 originally caused by: GitHub pull request #30256 of commit 0de356408a436fed61faec001e74f2cc768e4a7d, no merge conflicts. [EnvInject] - Loading node...