[cfe-commits] r145000 - /cfe/trunk/www/hacking.html
Douglas Gregor
dgregor at apple.com
Sat Nov 19 11:14:26 PST 2011
Author: dgregor
Date: Sat Nov 19 13:14:26 2011
New Revision: 145000
URL: http://llvm.org/viewvc/llvm-project?rev=145000&view=rev
Log:
Tweak the guidelines for when one should send patches to cfe-commits vs. cfe-dev
Modified:
cfe/trunk/www/hacking.html
Modified: cfe/trunk/www/hacking.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=145000&r1=144999&r2=145000&view=diff
==============================================================================
--- cfe/trunk/www/hacking.html (original)
+++ cfe/trunk/www/hacking.html Sat Nov 19 13:14:26 2011
@@ -255,11 +255,10 @@
<p>To return changes to the Clang team, unless you have checkin
privileges, the preferred way is to send patch files to the
- cfe-commits mailing list, with an explanation of what the patch is for.
- Or, if you have questions, or want to have a wider discussion of what
- you are doing, such as if you are new to Clang development, you can use
- the cfe-dev mailing list also.
- </p>
+ cfe-commits mailing list, with an explanation of what the patch is
+ for. If your patch requires a wider discussion (for example,
+ because it is an architectural change), you can use the cfe-dev
+ mailing list. </p>
<p>To create these patch files, change directory
to the llvm/tools/clang root and run:</p>
More information about the cfe-commits
mailing list