Timo Stripf
Results
2
issues of
Timo Stripf
Hi all, I just discovered that the implementation of GNU statement expressions differs from GCC in C++ mode. The following C++ code compiles in GCC but not in Clang: ```cpp...
clang:frontend
Hi all, I realized that for the clang compiler for every major release only the first update version is available but not the latest one. E.g. for 17.0.x only 17.0.1...