[llvm-commits] [llvm] r114669 - /llvm/trunk/docs/DeveloperPolicy.html
Chris Lattner
sabre at nondot.org
Thu Sep 23 10:27:54 PDT 2010
Author: lattner
Date: Thu Sep 23 12:27:54 2010
New Revision: 114669
URL: http://llvm.org/viewvc/llvm-project?rev=114669&view=rev
Log:
add lldb and libc++ code owners.
Modified:
llvm/trunk/docs/DeveloperPolicy.html
Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=114669&r1=114668&r2=114669&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Thu Sep 23 12:27:54 2010
@@ -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>
More information about the llvm-commits
mailing list