diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-16 05:37:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-16 05:37:13 +0000 |
commit | 60e7c3de64adc828e83a50fc6f500714fcc808c5 (patch) | |
tree | b664e4f769ad2ec4e336c12467a80bd72b4b1da4 /llvm | |
parent | 89094f2b37fb07ca724c0c4b5de2ce7dfc8b1336 (diff) | |
download | bcm5719-llvm-60e7c3de64adc828e83a50fc6f500714fcc808c5.tar.gz bcm5719-llvm-60e7c3de64adc828e83a50fc6f500714fcc808c5.zip |
I can sort, no really.
llvm-svn: 82015
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 845e75ae73a..6d4a1bd303d 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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> |