From 3e4ee14d58133a798039bfdd6534a6cd7411b046 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 25 Oct 2018 14:19:06 +0000 Subject: [PATCH] update the clang doc about contributions llvm-svn: 345267 --- clang/www/hacking.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/clang/www/hacking.html b/clang/www/hacking.html index f2f98f4..058255b 100755 --- a/clang/www/hacking.html +++ b/clang/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

-- 2.7.4