aboutsummaryrefslogtreecommitdiffstats
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-16 05:37:13 +0000
committerChris Lattner <sabre@nondot.org>2009-09-16 05:37:13 +0000
commitb2030437fc99cf257aa715d83cef36336bb2a76a (patch)
treeef0c019e0f921cdda54e4a7f29ca240f031bc71d /docs/DeveloperPolicy.html
parent941f4cd24606de0a32ef1975bcf6821a1e42adcb (diff)
downloadexternal_llvm-b2030437fc99cf257aa715d83cef36336bb2a76a.zip
external_llvm-b2030437fc99cf257aa715d83cef36336bb2a76a.tar.gz
external_llvm-b2030437fc99cf257aa715d83cef36336bb2a76a.tar.bz2
I can sort, no really.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 845e75a..6d4a1bd 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -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>