I can sort, no really.
authorChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 05:37:13 +0000 (05:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 05:37:13 +0000 (05:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82015 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DeveloperPolicy.html

index 845e75ae73adaeebf34bde7096cb74b05a6407cb..6d4a1bd303d1b4d476427ca22bdc41119e112204 100644 (file)
@@ -185,15 +185,15 @@ svn diff
    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>