From: Richard Smith Last updated: $Date$ Clang fully implements all published ISO C++ standards including C++11 as well as the upcoming provisionally named C++14. The LLVM community is continually striving to improve C++ standards
+ The Clang community is continually striving to improve C++ standards
compliance between releases by submitting and tracking C++ Defect Reports and implementing resolutions
as they become available.
The LLVM bug tracker contains Clang +C++ components that track known bugs with Clang's language conformance in +each language mode.
+Clang implements all of the ISO C++ 1998 standard (including the defects addressed in the ISO C++ 2003 standard) - except for export (which has been removed in C++11) - and is considered a production-quality C++ compiler. The LLVM bug tracker contains a Clang - C++ component that tracks known Clang C++ bugs.
+ except for export (which has been removed in C++11).