From 39f17b6d46ec4e0137df07ad98aebde4f9b5208d Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 12 Jun 2014 21:15:10 +0000 Subject: 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. llvm-svn: 210826 --- clang/www/get_involved.html | 5 +++++ clang/www/hacking.html | 10 ++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/clang/www/get_involved.html b/clang/www/get_involved.html index 5d16db952b6..06fee594200 100644 --- a/clang/www/get_involved.html +++ b/clang/www/get_involved.html @@ -21,6 +21,11 @@ and contribute to its development. Alternatively, maybe you just want to follow the development of the project to see it progress.

+

Contribute

+ +See the hacking document for information on how +to author patches. +

Follow what's going on

Clang is a subproject of the LLVM Project, but diff --git a/clang/www/hacking.html b/clang/www/hacking.html index d7a8701f1dc..4535ef4a137 100644 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -111,9 +111,6 @@

Testing

-

[Note: The test running mechanism is currently under revision, so the - following might change shortly.]

-

Testing on Unix-like Systems

@@ -279,9 +276,10 @@ Testing Time: 81.52s

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.

+ for. clang follows LLVM's developer policy. + If your patch requires a wider discussion (for example, because it is an + architectural change), you can use the cfe-dev mailing list.

To create these patch files, change directory to the llvm/tools/clang root and run:

-- cgit v1.2.1