-
Hello, when I open a file whit the following code it makes clangd crash, I use clangd whit std=c++20. Maybe a problem whit my tooling though. Thanks in advance for everything. (by the way I love al…
-
This is a continuation from https://github.com/Amanieu/corosensei/issues/38. I thought https://github.com/Amanieu/corosensei/issues/38 was the underlying issue and that when it was fixed this would be…
-
# Background
I wrote a package to pre-compile CmdStan models inside other R packages. The project is not public yet, but after it goes through my company's open-source approval process (hopefully w…
-
Segmentation fault when running `clang-tidy` from Ubuntu 22.04's package via CMake's `CMAKE_CXX_CLANG_TIDY` variable.
This was also reproduced in this GitHub CI run: https://github.com/transmission…
-
I've spent quite a few hours dealing with bpftrace's CI and the matrix of supported builds.
As a result, I have some thoughts on possible improvements and would like to open the floor to a discussi…
-
This is a placeholder for TODO items needed to have the release calc version 3 (after calc 2.15.1.x is released and stable). Think of this TOOD list as a planned set of changes that will come with ca…
-
```c++
/// a.h
#include "a.h"
```
`clang-tidy -checks="-*,misc-header-include-cycle" a.h`
```bash
Assertion failed: (Loc.isValid()), function diag, file ClangTidyDiagnosticConsumer.cpp, li…
-
Right now I have a folder structure like that :
```
. css/
. img/
. templates/
. . jinjafiles.html
```
I would be so happy if I could include `css/` and `img/` to the static path
-
### Comment:
Please provide a brief summary expressing what is in the various packages.
I am developing a `clang` plugin to extract information from the AST.
In particular, I need the clang headers…
-
Original issue: https://github.com/fmtlib/fmt/issues/2708
When integrating in with various linters (clang-tidy-18) and building with the GNU compilers using cmake at the same time, the current defi…