diff options
-rw-r--r-- | libcxx/www/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libcxx/www/index.html b/libcxx/www/index.html index db27a698be2..c62b97105ba 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -207,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 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> <!--=====================================================================--> |