Upstream version 8.36.169.0
[platform/framework/web/crosswalk.git] / src / third_party / libc++ / trunk / www / index.html
index 02470ea..89bb003 100644 (file)
 
    <p>libc++ is a 100% complete C++11 implementation on Apple's OS X. </p>
    <p>LLVM and Clang can self host in C++ and C++11 mode with libc++ on Linux.</p>
-   <p>C++1Y (C++14) implementation is in progress. The current status is
-       <a href="cxx1y_status.html">here</a></p>
+   <p>libc++ is also a 100% complete C++14 implementation. A list of new features and changes for 
+      C++14 can be found <a href="cxx1y_status.html">here</a>.</p>
    <p>
    Ports to other platforms are underway. Here are recent test
    results for <a href="results.Windows.html">Windows</a>
@@ -208,6 +207,23 @@ against it with <code>-fno-rtti</code> is supported.
   (<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">clang mailing list</a>).</p>
 
   <!--=====================================================================-->
+  <h2>Bug reports and patches</h2>
+  <!--=====================================================================-->
+
+<p>
+If you think you've found a bug in libc++, please report it using 
+the <a href="http://llvm.org/bugs">LLVM Bugzilla</a>. If you're not sure, you
+can post a message to the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a> 
+mailing list or on IRC. Please include "libc++" in your subject.
+</p>
+
+<p>
+If you want to contribute a patch to libc++, the best place for that is the
+<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">cfe-commits</a> 
+mailing list. Please include "libc++" and "PATCH" in your subject.
+</p>
+
+  <!--=====================================================================-->
   <h2>Build on Linux using CMake and libsupc++.</h2>
   <!--=====================================================================-->