add lldb and libc++ code owners.
authorChris Lattner <sabre@nondot.org>
Thu, 23 Sep 2010 17:27:54 +0000 (17:27 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Sep 2010 17:27:54 +0000 (17:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114669 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DeveloperPolicy.html

index b53b1eb8292a0485a635cdeca82996a1c86359ce..e7f21806111bf81e6234723e043f75576dc67af0 100644 (file)
 <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>