[llvm-commits] [llvm] r82015 - /llvm/trunk/docs/DeveloperPolicy.html
Chris Lattner
sabre at nondot.org
Tue Sep 15 22:37:13 PDT 2009
Author: lattner
Date: Wed Sep 16 00:37:13 2009
New Revision: 82015
URL: http://llvm.org/viewvc/llvm-project?rev=82015&view=rev
Log:
I can sort, no really.
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=82015&r1=82014&r2=82015&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Wed Sep 16 00:37:13 2009
@@ -185,15 +185,15 @@
else. The current code owners are:</p>
<ol>
- <li><b>Anton Korobeynikov</b>: Exception handling, debug information, and
- Windows codegen.</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>Anton Korobeynikov</b>: Exception handling, debug information, and
+ Windows codegen.</li>
+
<li><b>Chris Lattner</b>: Everything not covered by someone else.</li>
<li><b>Duncan Sands</b>: llvm-gcc 4.2.</li>
More information about the llvm-commits
mailing list