곧 나올 LLVM/Clang 3.1에서는 C++11의 기능 중 아래의 것들을 구현한다고 합니다.
[Language Feature]
Initializer lists
Lambda expressions
Declared type of an expression - Incomplete return types
Forward declarations for enums
Generalized constant expressions
Universal character names in literals
User-defined literals
Extending sizeof
Unrestricted unions
[Concurrency]
Atomic operationsx
Strong Compare and Exchange
Bidirectional Fences
Allow atomics use in signal handlers
위 리스트의 기능들이 문제 없이 구현된다면 C++11의 거의 대부분의 기능을 구현하게 되어 남아 있는 것은 Generalized attributes와 Inheriting constructors 정도라고 합니다.
참고 : http://clang.llvm.org/docs/ReleaseNotes.html