Hacker News new | ask | show | jobs
by winter_blue 5950 days ago
Wow, the clang error messages are really good. I've never seen a compiler produce such user-friendly error messages.
1 comments

That is pretty impressive. I use colorgcc to make gcc's messages easier to spot and sort, and I always thought gcc had the best error messages (better than MSVC last time I tried it). I might just try clang to see if its messages are better in all the cases I typically encounter.