LLVM 3.3 released
LLVM 3.3 released
Version 3.3 of the LLVM compiler suite is out. It adds support for a
number of new architectures, features a number of performance improvements,
and more. "3.3 is also a major milestone for the Clang frontend: it
is now fully C++'11 feature complete. At this point, Clang is the only
compiler to support the full C++'11 standard, including important C++'11
library features like std::regex. Clang now supports Unicode characters in
identifiers, the Clang Static Analyzer supports several new checkers and
can perform interprocedural analysis across C++ constructor/destructor
boundaries, and Clang even has a nice 'C++'11 Migrator' tool to help
upgrade code to use C++'11 features and a 'Clang Format' tool that plugs
into vim and emacs (among others) to auto-format your code.
"
See the
release notes for details.
