-
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…
-
Hello,
Clang-include-cleaner started out as part of clangd.
However, in the Windows installation of LLVM16, this is also available as executable (clang-include-cleaner.exe)
You don't find a lot…
-
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…
-
Hi awesome clangd folks,
One small but recurring issue that's come up a few times with users over at [hedronvision/bazel-compile-commands-extractor](https://github.com/hedronvision/bazel-compile-co…
-
Currently, extensions have an odd way of dimming or coloring inactive code. They add non-standard a CSS class and the class dims the code. The opacity and colors are configured in the extension settin…
-
As the title states, clangd header insertion inserts the internal standard library header when it should instead insert the public header.
This can be replicated by completing `transform` in the foll…
-
It looks like clangd is loosing type information during auto deduction. Example:
```
struct X {
int x;
};
template
struct A {
X a;
};
struct B : A {};
template
void xxx() {
aut…
ziish updated
3 years ago
-
on current master ( 78443cfb10520adb7733411c2a6e64edcea654ec )
code completion does not work on freebsd with any language server.
for ctagsd it just silently does not work at all.
for ccls and clan…
-
```c
void *memmem(const void *, size_t, const void *, size_t);
```
->
```c
void *memmem(const void *haystack, size_t haystack_len, const void *needle, size_t needle_len);
```
This is extr…
-
### Overview
Sublime Text shows a popup that is poorly formatted for the following C++ member variable declaration:
```
ns_evt_t *m_eventMsg{nullptr};
```
The syntax above is C++11 and is (ne…