[llvm-commits] [llvm] r82013 - /llvm/trunk/docs/DeveloperPolicy.html

Chris Lattner sabre at nondot.org
Tue Sep 15 22:36:07 PDT 2009


Author: lattner
Date: Wed Sep 16 00:36:07 2009
New Revision: 82013

URL: http://llvm.org/viewvc/llvm-project?rev=82013&view=rev
Log:
Doug is now the code owner for most of the Clang frontend.

Modified:
    llvm/trunk/docs/DeveloperPolicy.html

Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=82013&r1=82012&r2=82013&view=diff

==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Wed Sep 16 00:36:07 2009
@@ -188,13 +188,15 @@
   <li><b>Anton Korobeynikov</b>: Exception handling, debug information, and
       Windows codegen.</li>
 
-  <li><b>Duncan Sands</b>: llvm-gcc 4.2.</li>
-
   <li><b>Evan Cheng</b>: Code generator and all targets.</li>
 
+  <li><b>Doug Gregor</b>: Clang Basic, Lex, Parse, and Sema Libraries.</li>
+
   <li><b>Ted Kremenek</b>: Clang Static Analyzer.</li>
 
   <li><b>Chris Lattner</b>: Everything else.</li>
+  
+  <li><b>Duncan Sands</b>: llvm-gcc 4.2.</li>
 </ol>
   
 <p>Note that code ownership is completely different than reviewers: anyone can





More information about the llvm-commits mailing list