Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CLang error recovery

This post on the LLVM blog highlights a number of features that the CLang compiler has over GCC once it's been tripped up:

http://blog.llvm.org/2010/04/amazing-feats-of-clang-error-recovery.html

There are a number of platforms that Clang is available on, including with front-ends to GCC:

http://www.llvm.org/releases/download.html#2.6
http://www.llvm.org/docs/CommandGuide/html/llvmgcc.html

Is there any interest in a CLang hook for CDT?

Alex

Back to the top