-
| | |
| --- | --- |
| Bugzilla Link | [48266](https://llvm.org/bz48266) |
| Version | 11.0 |
| OS | All |
| CC | @DMG862,@kbeyls,@zygoloid,@smithp35,@sylvestre,@HighCommander4 |
## Extended Descrip…
-
**Please describe the problem.**
I'm seeing a crash right after I CMD+click into a system framework (e.g. #import ) (from Obj-C++ on macOS). VSCode navigates into the file and then a message appear…
-
InterpolatingCompilationDatabase will translate `clang --driver-mode=cl /std:c++latest foo.cpp` into `clang --driver-mode=cl foo.hpp`.
This is because we expect the value after "/std:" to name a la…
-
Can't use null-ls with ccls due offset_encoding differences. Switch to clangd as it supports utf-16 encoding? Or disable all null-ls usage when using ccls?
Null-ls issue: https://github.com/jose-elia…
-
What kind of issue is this?
- [x] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
------------------------------------------------------------------
##…
-
Currently the dominant way we get compile commands for open headers is filename based matching (in JSONCompilationDatabase).
However we have two sets of better information:
- the files that have …
-
I do't know whats going on. I have now the issue in vscode that clangd just crashes on indexing shortly after startup.
I already disabled all other vscode addons and still have the issue.
It loo…
-
First of all, thank you for building this wonderful tool and enabling integration with YouCompleteMe for Bazel.
However, I am running into a few issues. YouCompleteMe, using the `compile_commands.j…
-
Usage as described in README.md is fine but more recent versions of clangd, as on my computer, fail with the following message during 'stepu':
`["Lexical or Preprocessor Issue:'stddef.h' file not f…
-
The simplest is to describe my use case: I have some cuda (*.cu) files with nvcc flags that clangd doesnt understand.
So I added a fragment to my .clangd to remove those flags from cuda files:
```…