C++: Metaprogramming with a compiler API rather than with C++ features
This started out as a SO question but I realized that it is quite unconventional and based on the actual description on the websites, it might be better suited to programmers.se since the question has a lot of conceptual weight.
Order of warning output in clang is different for each compilation
When compiling with clang, I noticed that the order of the warning output was different for each compilation.
Order of warning output in clang is different for each compilation. How to fix it
When compiling with clang, I noticed that the order of the warning output was different for each compilation.