Skip to main content

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

Wow, this got lost in the inbox :(

Yes, I'm interested in experimenting with how CLang can improve the Eclipse C++ development experience.  What kind of hooks did you have in mind?  The fact that CLang has built-in support for code completion suggestions is very intriguing. The suggestions it provides for common errors should plug in well to quick fixes. 

--Terry

On Tue, Apr 6, 2010 at 1:34 AM, Alex Blewitt <alex.blewitt@xxxxxxxxx> wrote:
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_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top