4a-42
4a-42
I have a similar issue. I tried your suggestion and typed "signal SIGTRAP" in the console, and I got the following error: Cannot execute this command while the selected thread...
Unterminated quotes also replicate the bug: ```adoc [source,bash] ---- ' ---- ``` 
for the cmake option to get clang-tidy to work, the workaround is ```cmake set(CMAKE_EXPORT_COMPILE_COMMANDS ON) set(CMAKE_C_CLANG_TIDY clang-tidy --header-filter=* -checks=* --extra-arg=-U_WIN32 --extra-arg=-D__GNUC__) set(CMAKE_CXX_CLANG_TIDY clang-tidy --header-filter=* -checks=* --extra-arg=-U_WIN32 --extra-arg=-D__GNUC__) ``` `-U_WIN32` doesn't...
I decided to look back into this for a while today. I'm posting this as a way to have this written down so I can continue looking into this. Fortunately...
I remember that setting `-fgnuc-version=` to a more modern version helped with some things in the headers.