summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-16 05:36:07 +0000
committerChris Lattner <sabre@nondot.org>2009-09-16 05:36:07 +0000
commitaf5bd677c9fa9be410ea68126504439d29f7d300 (patch)
treea29b2e013c534a894cf83d2004a3ecfc13b4fc4b /docs
parentf18545550e1cfbe3f47afb6a9a58405416258e3b (diff)
downloadllvm-af5bd677c9fa9be410ea68126504439d29f7d300.tar.gz
llvm-af5bd677c9fa9be410ea68126504439d29f7d300.tar.bz2
llvm-af5bd677c9fa9be410ea68126504439d29f7d300.tar.xz
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')
-rw-r--r--docs/DeveloperPolicy.html6
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