Add a section about reporting bugs and contributing patches

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@205507 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow
2014-04-03 03:13:12 +00:00
parent 874ec678c0
commit 992f9d5017

View File

@@ -206,6 +206,23 @@ against it with <code>-fno-rtti</code> is supported.
<p>Send discussions to the
(<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>
<!--=====================================================================-->