-
It would be great if IncludeCleaner could support mapping files similar to IWYU: https://github.com/include-what-you-use/include-what-you-use/blob/master/docs/IWYUMappings.md. For example, during Chro…
-
Clangd indexing with C++ module using -fno-implicit-modules (All modules used by the build must be specified with -fmodule-file) results in pch_langopt_mismatch error and assertion failure if there is…
-
Whether or not this qualifies as a bug report or a feature request could I guess be discussed.
After reporting https://llvm.discourse.group/t/header-file-heuristics-issue/1749 and investigating it …
-
When using Neovim with Coc, whenever I start/restart the clangd server, completions will work for a short period and then stop working. The verbose logs show the server returning no completion results…
-
Wouldn't it be better to compile to a wasm target and run that output in the browser? Similar to [binji/wasm-clang](https://github.com/binji/wasm-clang) just with nice syntax highlighting for Monaco.
-
Hi, zbirenbaum:
Thank you for this Excellent plugin!
But I really want to have the inactive code region to be dimmed too, and still can not figure out how to do that with this plugin...
I am usi…
-
If I have this in a header file myheader.h:
`#include_next `
clangd will complain "Main file cannot be included recursively when building a preamble".
The construct seems to be handled fine otherwi…
-
Action "Move function body out-of-line" have two bugs:
- this action does not create namespace and class name for destructors;
- this action copies function attributes
**Logs**
[stderr.log](ht…
-
There are some C/C++ warnings/diagnostics that would require processing more than the currently opened file to be useful.
Examples:
For `-Wpadded` just having the following in the header will n…
-
Consider this simple piece of code:
```
#define MY_MACRO(param)
int main()
{
int arg = 0;
MY_MACRO(arg);
}
```
With the cursor on the second occurrence of the "arg" variable, at l…