seppeon
seppeon
We may also be having this same issue We compile with `--coverage`
Yeh, I'm able to produce executable. But it crashes on launch. It crashes when loading one of the embedded DLL's.
> winlibs.com support for LLVM/CLang is still a work in progress. If you can reproduce this with other builds of LLVM/CLang you should report the issue with the LLVM team....
This is a significantly simpler test case: ```CPP struct MyObj { [[gnu::noinline]] MyObj(){} ~MyObj(){} }; MyObj &func() { thread_local MyObj thing; return thing; } int main() { func(); return 0;...
Seems to work with MSYS2 clang 13.0.0 + mingw.
doxygen version: ``` doxygen --version 1.9.7 (a2f34e1ed90f83713dc347b5134920f32c455d46) ```
Example: [example.zip](https://github.com/doxygen/doxygen/files/13463076/example.zip) Simply build all targets, one of them is called docs and produces a minimal doxygen page. The variable `TYPEDEFS_ON_SIDEBAR` has been added, and _should_ work if this feature...
> @seppeon Is this something you want? I think ideally, it'd be treated almost the same as Classes, so that you get that expandable section under the link. (@albert-github )
Did this need any additional information still?
Revisited this I've managed to get this thing building. msvc amd64 is what was required for my build. Although it appears the latest lpvpn doesn't work, there is an issue...