https://forum.qt.io/topic/137856/how-does-clang-know-that-qfatal-is-a-kind-of-return-from-a-function
How does clang know that qFatal is a kind of return from a function? | Qt Forum
Jul 14, 2022 - I have a project that uses qFatal at the end of some functions to says "if we got here, something is seriously wrong, and we better blow up than try to conti...