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 | 81b59834c28498be741ef4e1d5c90a37dbe90786 (patch) | |
tree | a72720bcb6b5fe6a0db16fb52b1d767fd1b5b029 /llvm/docs/DeveloperPolicy.html | |
parent | 48e108753b6ea0ce3113fdb1ecba06c73d388137 (diff) | |
download | bcm5719-llvm-81b59834c28498be741ef4e1d5c90a37dbe90786.tar.gz bcm5719-llvm-81b59834c28498be741ef4e1d5c90a37dbe90786.zip |
add lldb and libc++ code owners.
llvm-svn: 114669
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index b53b1eb8292..e7f21806111 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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> |