r210826 - Tweak documentation.

Nico Weber nicolasweber at gmx.de
Thu Jun 12 14:15:10 PDT 2014


Author: nico
Date: Thu Jun 12 16:15:10 2014
New Revision: 210826

URL: http://llvm.org/viewvc/llvm-project?rev=210826&view=rev
Log:
Tweak documentation.

1. Having "get started", "get involved", and "hacking" makes it hard to find
   how to send patches, so add a link from "get involved" to "hacking".
2. Remove an almost 5 year old note on the test running meachanism changing
   soon.
3. Let "hacking" link to the LLVM developer policy.

Modified:
    cfe/trunk/www/get_involved.html
    cfe/trunk/www/hacking.html

Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=210826&r1=210825&r2=210826&view=diff
==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Thu Jun 12 16:15:10 2014
@@ -21,6 +21,11 @@ and contribute to its development.  Alte
 the development of the project to see it progress.
 </p>
 
+<h2>Contribute</h2>
+
+See the <a href="hacking.html">hacking</a> document for information on how
+to author patches.
+
 <h2>Follow what's going on</h2>
 
 <p>Clang is a subproject of the <a href="http://llvm.org">LLVM Project</a>, but

Modified: cfe/trunk/www/hacking.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=210826&r1=210825&r2=210826&view=diff
==============================================================================
--- cfe/trunk/www/hacking.html (original)
+++ cfe/trunk/www/hacking.html Thu Jun 12 16:15:10 2014
@@ -111,9 +111,6 @@
   <h2 id="testing">Testing</h2>
   <!--=====================================================================-->
 
-  <p><i>[Note: The test running mechanism is currently under revision, so the
-  following might change shortly.]</i></p>
-
   <!--=====================================================================-->
   <h3 id="testingNonWindows">Testing on Unix-like Systems</h3>
   <!--=====================================================================-->
@@ -279,9 +276,10 @@ Testing Time: 81.52s
   <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.  If your patch requires a wider discussion (for example,
-  because it is an architectural change), you can use the cfe-dev
-  mailing list.  </p>
+  for.  clang follows <a
+  href="http://llvm.org/docs/DeveloperPolicy.html">LLVM's developer policy</a>.
+  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