ccls
ccls copied to clipboard
C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting
### Observed behavior Minimal repository with described problem: https://gitlab.com/Nepfion/ccls_pch_bug There are some problems with precompiled headers generated with cmake `target_precompile_header`. When I configure the project and generate `compile_commands.json` with cmake....
### Observed behavior The `getDefaultResourceDirectory` returns a compile-time value `CLANG_RESOURCE_DIRECTORY`. When using binary packages this will almost never point to the correct value. When this directory does not exist ccls...
### Observed behavior test.cpp ```cpp #include ``` compile_commands.json ```json [{ "directory": "/tmp/test_ccls", "command": "/bin/g++ -c /tmp/test_ccls/test.cpp", "file": "/tmp/test_ccls/test.cpp" }] ``` Run ccls twice ``` $ ccls --index=. -v=1 |& grep...
没有发现 clang-format, 但确实 clang-format 在运行, .clang-format 的语法有点旧, 是哪个版本的?
I've tried solving this problem myself looking at previous issues and looking into everything I could find but I really have no experience and I have failed to solve it....
### Observed behavior Describe what happened. Any aids you can include (that you think could be relevant) are a tremendous help. * Compile ccls on RaspBerry Pi * Try to...
My proj like, old proj, not have cmake just makefile 1./root/Server/qday/logic/*** 2./root/Server/qday/framework/*** 3./root/Server/snsapp/*** in addr_1 can jump to definition to addr_2 such as in logic_svr.cpp call DBPut() , can jump...
### Observed behavior When trying to build `ccls` on macOS Big Sur, the initial `cmake` step fails with ``` -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- broken CMake Error...
I'd like to distribute CCLS + Clang to my coworks in an RPM. This RPM is currently around 500 MB because i have to bundle it with LLVM. To minimize...