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 | af5bd677c9fa9be410ea68126504439d29f7d300 (patch) | |
tree | a29b2e013c534a894cf83d2004a3ecfc13b4fc4b /docs/DeveloperPolicy.html | |
parent | f18545550e1cfbe3f47afb6a9a58405416258e3b (diff) | |
download | external_llvm-af5bd677c9fa9be410ea68126504439d29f7d300.zip external_llvm-af5bd677c9fa9be410ea68126504439d29f7d300.tar.gz external_llvm-af5bd677c9fa9be410ea68126504439d29f7d300.tar.bz2 |
Doug is now the code owner for most of the Clang frontend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82013 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-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 0baedcb..3c4f2dd 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 |