diff --git a/clang/www/hacking.html b/clang/www/hacking.html index f2f98f4a9f42..058255b7874f 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.52sNote 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.
+