How to convince any C developer to dump gcc and use clang
Posted in c, programming on March 6th, 2010 by fseek – 20 CommentsMost C developers I know hate those wrong or incomplete warnings that GCC sometimes give to us. Plus, it seems to always happen when you are in a rush trying to debug something or get the code out.
However today, I saw a screen shot that convinced me to give clang a shot (at least on my test environments). For those who doesn’t know, clang is C/C++ front-end for the LLVM compiler.
Take a look and let me know if you can find one C developer who is not convinced to use clang

