-
In preparation for upstreaming `HeuristicResolver` to the clang libraries as discussed at https://github.com/clangd/clangd/discussions/1662, I'd like to add a unit test suite exercising the interface …
-
-
The exported API here: https://github.com/eclipse-cdt-cloud/vscode-clangd/blob/main/src/extension.ts#L18
is an instance of a single `ClangdProjectService` class. Exposing this as the root API means…
-
since chromium changed the version of clang, the build with clangd no longer works automatically but I have to launch it manually, which is quite a nuisance, as well as to commit the development build…
-
```cpp
namespace test {
template
void foo() {}
}
struct X {};
template void test::f^oo();
```
Currently, if trigger go-to-definition at the location of `^`, clangd will give no response…
-
Is it easy enough to bump up the clangd version to 18. I have up to date lsp `LSP :: lsp-mode 20240514.1430, Emacs 29.1, darwin` and its currently setting at clangd 15. This is if one wants to use ls…
-
I have an empty (size 0) `.clangd` file in the root of my project. (I copied some settings around, that's how I got there.) Now VS Code always shows a "problem": "Config should be a dictionary (clangd…
-
I met an issue with our proprietary code that passes GCC compilation but clangd indexing crashes, backtrace is as below,
```
#0 0x000055d6a82f2358 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int…
-
https://clang.llvm.org/docs/JSONCompilationDatabase.html
cmake supports this: https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html
Another Lua based build system also …
ghost updated
3 months ago
-
The crash seams to only happen, if the spliced expand statement is located in an included file.
**To Reproduce**
See https://github.com/fzuuzf/crash_clang-p2996-clangd
I also ran clangd with th…