some libc++ notes.
authorChris Lattner <sabre@nondot.org>
Wed, 6 Apr 2011 00:59:18 +0000 (00:59 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Apr 2011 00:59:18 +0000 (00:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128970 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index e76f26988be137d9aa1b1df6e8ad8c5e998ab6a5..eeb494d88d99093bccc44d35c7657b491dc60178 100644 (file)
@@ -215,13 +215,13 @@ ground up to specifically target the forthcoming C++'0X standard and focus on
 delivering great performance.</p>
 
 <p>
-As of the LLVM 2.9 release, UPDATE!
-
-libc++ is now dual licensed under MIT and UIUC license
+In the LLVM 2.9 timeframe, libc++ has had numerous bugs fixed, and is now being
+co-developed with Clang's C++'0x mode.</p>
   
-<!--libc++ is virtually feature complete, but would
-benefit from more testing and better integration with Clang++.  It is also
-looking forward to the C++ committee finalizing the C++'0x standard.-->
+<p>
+Like compiler_rt, libc++ is now <a href="DeveloperPolicy.html#license">dual
+  licensed</a> under the MIT and UIUC license, allowing it to be used more
+  permissively.
 </p>
 
 </div>