From e9e6d674bbb124ff6fdca9731505070e0860b782 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 25 Oct 2018 14:19:06 +0000 Subject: update the clang doc about contributions git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@345267 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/hacking.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/hacking.html b/www/hacking.html index f2f98f4a9f..058255b787 100755 --- a/www/hacking.html +++ b/www/hacking.html @@ -276,9 +276,8 @@ 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. clang follows using LLVM's Phabricator with an explanation of what the patch is 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.

@@ -299,6 +298,8 @@ Testing Time: 81.52s

Note that the paths embedded in the patch depend on where you run it, so changing directory to the llvm/tools/clang directory is recommended.

+

It is also possible to use git to contribute to Clang.

+

LLVM IR Generation

-- cgit v1.2.3