diff options
-rw-r--r-- | docs/DeveloperPolicy.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 0baedcb3c9..3c4f2dd9e1 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -188,13 +188,15 @@ svn diff <li><b>Anton Korobeynikov</b>: Exception handling, debug information, and Windows codegen.</li> - <li><b>Duncan Sands</b>: llvm-gcc 4.2.</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>Chris Lattner</b>: Everything else.</li> + + <li><b>Duncan Sands</b>: llvm-gcc 4.2.</li> </ol> <p>Note that code ownership is completely different than reviewers: anyone can |