diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-23 17:27:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-23 17:27:54 +0000 |
commit | 5ce8981db0ae1865aa375399127d6c40caec4647 (patch) | |
tree | 22b72491cf0f243adfad05a0f5e09112681e4cea /docs | |
parent | b142bef30b2e2ef0c978f5f3041f1d4a429eb9b2 (diff) |
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')
-rw-r--r-- | docs/DeveloperPolicy.html | 6 |
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> |