@Suiseiseki @dushman the only functional advantage of clang is when you are already working with a llvm stack and you are not working just with C.
the other advantage is that you just need a frontend to convert whatever syntax you wish into the llvm internal code language and then u can have it spitting out from any backend.
an example usage of the llvm stack would be stuff like jamulator.