[llvm-commits] [llvm] r156443 - /llvm/trunk/docs/ReleaseNotes.html

Seth Cantrell seth.cantrell at gmail.com
Tue May 8 16:34:39 PDT 2012


Author: socantre
Date: Tue May  8 18:34:38 2012
New Revision: 156443

URL: http://llvm.org/viewvc/llvm-project?rev=156443&view=rev
Log:
add to 3.1 release notes

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=156443&r1=156442&r2=156443&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue May  8 18:34:38 2012
@@ -96,6 +96,7 @@
 
 <p>In the LLVM 3.1 time-frame, the Clang team has made many improvements:</p>
 <ul>
+  <li>C++11 support is greatly expanded including lambdas, initializer lists, constexpr, user-defined literals, and atomics.</li>
   <li>...</li>
 </ul>
 





More information about the llvm-commits mailing list