[libcxx] r205507 - Add a section about reporting bugs and contributing patches

Marshall Clow mclow.lists at gmail.com
Wed Apr 2 20:13:12 PDT 2014


Author: marshall
Date: Wed Apr  2 22:13:12 2014
New Revision: 205507

URL: http://llvm.org/viewvc/llvm-project?rev=205507&view=rev
Log:
Add a section about reporting bugs and contributing patches

Modified:
    libcxx/trunk/www/index.html

Modified: libcxx/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/index.html?rev=205507&r1=205506&r2=205507&view=diff
==============================================================================
--- libcxx/trunk/www/index.html (original)
+++ libcxx/trunk/www/index.html Wed Apr  2 22:13:12 2014
@@ -207,6 +207,23 @@ against it with <code>-fno-rtti</code> i
   (<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 meesage 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>
   <!--=====================================================================-->
 





More information about the cfe-commits mailing list