Clang 3.2 released
Chris Lattner has announced the release of version 3.2 of the Clang C++ compiler, as part of LLVM 3.2. Read the release notes here.
Highlights include:
- Improved error and warning diagnostics.
- Doxygen-like documentation comment support.
- Improved Python bindings.
-
Standard C11
_Alignofsupport - The same strong Standard C++11 support as in the spring release, Clang 3.1. See the C++98 and C++11 Support in Clang status page for details.

This week, Faisal Vali shared an initial "alpha" implementation of generic lambdas in Clang. Faisal is the lead author of the proposal (

A C++11 Name-Lookup Problem: a Long-Term Solution and a Temporary Work-Around