Things that go Clang in the night: LLVM 2.4 released (ars technica)
Things that go Clang in the night: LLVM 2.4 released (ars technica)
Posted Nov 13, 2008 17:15 UTC (Thu) by saffroy (guest, #43999)Parent article: Things that go Clang in the night: LLVM 2.4 released (ars technica)
"Another important bonus of using Clang and LLVM instead of GCC is that the former is better able to identify and articulate where problems are in code. The intermediate format it uses is much closer to the original code, so it can tell developers a lot of things that GCC cannot."
To me, this is a much more important feature than compiler speed. The usual C error messages can be so painfully cryptic, even for trivial stuff.
