diff options
author | Chris Lattner <sabre@nondot.org> | 2009-09-16 05:36:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-09-16 05:36:07 +0000 |
commit | 66b1ab1a9f7139a843cb186c68d8434956a3ce17 (patch) | |
tree | 7c9d8b1bb07e3ae32e9948a5267870b5f5d4de2e /llvm/docs/DeveloperPolicy.html | |
parent | 07fc26d63c492c3b81577b220766e64b2a96a338 (diff) | |
download | bcm5719-llvm-66b1ab1a9f7139a843cb186c68d8434956a3ce17.tar.gz bcm5719-llvm-66b1ab1a9f7139a843cb186c68d8434956a3ce17.zip |
Doug is now the code owner for most of the Clang frontend.
llvm-svn: 82013
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 0baedcb3c9d..3c4f2dd9e1f 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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 |