summaryrefslogtreecommitdiff
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-23 17:27:54 +0000
committerChris Lattner <sabre@nondot.org>2010-09-23 17:27:54 +0000
commit5ce8981db0ae1865aa375399127d6c40caec4647 (patch)
tree22b72491cf0f243adfad05a0f5e09112681e4cea /docs/DeveloperPolicy.html
parentb142bef30b2e2ef0c978f5f3041f1d4a429eb9b2 (diff)
downloadllvm-5ce8981db0ae1865aa375399127d6c40caec4647.tar.gz
llvm-5ce8981db0ae1865aa375399127d6c40caec4647.tar.bz2
llvm-5ce8981db0ae1865aa375399127d6c40caec4647.tar.xz
add lldb and libc++ code owners.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index b53b1eb829..e7f2180611 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -196,7 +196,11 @@
<ol>
<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>Greg Clayton</b>: LLDB.</li>
+
+ <li><b>Doug Gregor</b>: Clang Frontend Libraries.</li>
+
+ <li><b>Howard Hinnant</b>: libc++.</li>
<li><b>Anton Korobeynikov</b>: Exception handling, debug information, and
Windows codegen.</li>