New opensource C/C++ Frontend

This post is very old. Please bear in mind that information here might be incorrect or obsolete, and links can be broken. If something seems wrong, please feel free to comment or contact me and I'll update the post.

A new C/C++ frontend is being developed – clang. It’s aimed for the LLVM compiler infrastructure.

The interesting part is the motivation for it (you can read about it in the slides introducing it) – the main goal is to get a good intermediate representation (AST) which can be easily consumed by other tools (static code analysis, etc.) Moreover, they want to have excellent diagnostics support (though this smells like fixing the problems with C and C++ from the wrong side, in my opinion the syntax is long due for an overhaul). Looks very interesting, and as Apple is behind this, there is hope that this one will eventually become usable.

Related posts:

  1. GLExt2 goes OpenSource

This entry was posted in Programming and tagged , , . Bookmark the permalink.

One Response to New opensource C/C++ Frontend

  1. hehejo says:

    Hui, das liest sich ja wirklich gut.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>