From 17c6aa0f535777113dfcd4bea967bfb39950e48b Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 3 Apr 2014 03:13:12 +0000 Subject: [PATCH] Add a section about reporting bugs and contributing patches llvm-svn: 205507 --- libcxx/www/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/libcxx/www/index.html b/libcxx/www/index.html index db27a698be25..c62b97105ba8 100644 --- a/libcxx/www/index.html +++ b/libcxx/www/index.html @@ -206,6 +206,23 @@ against it with -fno-rtti is supported.

Send discussions to the (clang mailing list).

+ +

Bug reports and patches

+ + +

+If you think you've found a bug in libc++, please report it using +the LLVM Bugzilla. If you're not sure, you +can post a meesage to the cfe-dev +mailing list or on IRC. Please include "libc++" in your subject. +

+ +

+If you want to contribute a patch to libc++, the best place for that is the +cfe-commits +mailing list. Please include "libc++" and "PATCH" in your subject. +

+

Build on Linux using CMake and libsupc++.