-
I have some functionality outsourced into a .tpp file and included it into the .h file at the end of the file like:
[file.h]
```
// some template declarations
#include file.tpp // IWYU pragma…
-
hello Foxie here, so i have a problem with clangd's include cleaner when isolating between private and public headers (the one which exported to system include dir for other program/library to use)
…
-
```c++
template
class A { //
-
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…
-
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 …
-
So the vscode-clangd can use/bundle it, and can running on every platform such as ARM
-
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…
-
These are set by the R launcher shell script but not by ark, resulting in a different environment. RStudio sets them too.
One consequence is that running `make -f $R_HOME/etc/Makeconf` from inside …
-
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…