diff options
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 845e75ae73..6d4a1bd303 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> |