[llvm] r273578 - Change the email address for commit access requests to my llvm address.

Chris Lattner via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 09:29:22 PDT 2016


Author: lattner
Date: Thu Jun 23 11:29:22 2016
New Revision: 273578

URL: http://llvm.org/viewvc/llvm-project?rev=273578&view=rev
Log:
Change the email address for commit access requests to my llvm address.

Modified:
    llvm/trunk/docs/AliasAnalysis.rst
    llvm/trunk/docs/DeveloperPolicy.rst

Modified: llvm/trunk/docs/AliasAnalysis.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AliasAnalysis.rst?rev=273578&r1=273577&r2=273578&view=diff
==============================================================================
--- llvm/trunk/docs/AliasAnalysis.rst (original)
+++ llvm/trunk/docs/AliasAnalysis.rst Thu Jun 23 11:29:22 2016
@@ -31,8 +31,7 @@ well together.
 
 This document contains information necessary to successfully implement this
 interface, use it, and to test both sides.  It also explains some of the finer
-points about what exactly results mean.  If you feel that something is unclear
-or should be added, please `let me know <mailto:sabre at nondot.org>`_.
+points about what exactly results mean.  
 
 ``AliasAnalysis`` Class Overview
 ================================

Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=273578&r1=273577&r2=273578&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Thu Jun 23 11:29:22 2016
@@ -338,7 +338,7 @@ Obtaining Commit Access
 
 We grant commit access to contributors with a track record of submitting high
 quality patches.  If you would like commit access, please send an email to
-`Chris <mailto:sabre at nondot.org>`_ with the following information:
+`Chris <mailto:clattner at llvm.org>`_ with the following information:
 
 #. The user name you want to commit with, e.g. "hacker".
 




More information about the llvm-commits mailing list