1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

add lldb and libc++ code owners.

llvm-svn: 114669
This commit is contained in:
Chris Lattner 2010-09-23 17:27:54 +00:00
parent ce04ba0f70
commit 2fb18abd7f

View File

@ -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>