-
### Environment
- OS and version: KUbuntu 22.04
- VS Code: 1.94.2
- C/C++ extension:v1.22.10
- GDB / LLDB version: 12.1
### Bug Summary and Steps to Reproduce
Bug Summary: When selecting a new fra…
-
In the following code:
```c++
template
using identity_t = T;
using Int = identity_t;
```
both occurrences of the `identity_t` token get a semantic token kind of `typeParameter`.
This h…
-
Unable to compile using command line from README
CMake Error at cmake/modules/LLVMDistributionSupport.cmake:276 (message):
Specified distribution component 'clang-apply-replacements' doesn't hav…
-
The suppression filter is added after we run the driver, so driver diagnostics (e.g. `drv_unknown_argument`) cannot be suppressed.
### Discussed in https://github.com/clangd/clangd/discussions/1135…
-
There are many unneeded includes. And some unusual style for Qt includes (may be from clangd). Need to cleanup the mess.
-
Has anyone been able to setup `ccls`+`eglot` on ubuntu 22.04?
I don't know about others, setting up `ccls`+`eglot` on ubuntu 22.04 is so painful.
(For 20.04, it was breeze.)
Building is fine but th…
-
Hi awesome clangd folks,
Thanks for building such an awesome tool. I've newly gone from being a consumer of clangd in other IDEs to building a build-system integration of my own.
One really hand…
-
We use [cmake tools](https://github.com/microsoft/vscode-cmake-tools) to build from VSCode. It places `compile_commands.json` in specific folders, with either `Debug` or `Release` in the path. It woul…
-
Compilers have a set of built-in include paths and a set of pre-defined macros that they use automatically without being specified as part of a compile command.
My understanding is that clangd quer…
-
as title said, reproduce it with following steps:
1. create `.clangd` configuration as following:
```yml
---
CompileFlags:
Remove: [-m*, -W*, -std=gnu*]
CompilationDatabase: build/
--…