Sort of related, last night I managed to make Clang crash by feeding it a certain C++ program: https://i.imgur.com/r5MC2aK.png It was very surprising that there was a way to get Clang to segfault. Should I report it somewhere? The code is basically doing a recursive template expansion with some C++20 concept constraints. So it's not quite as simple as "And. And...", but it's similar in that certain input text causes…
Definitely report it, it'll be fun to see what happens. https://llvm.org/docs/HowToSubmitABug.html
In that case I'll spend some time to clean up the repro case and submit it. Thanks again.