From 5ce8981db0ae1865aa375399127d6c40caec4647 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 Sep 2010 17:27:54 +0000 Subject: [PATCH] add lldb and libc++ code owners. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114669 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DeveloperPolicy.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index b53b1eb8292..e7f21806111 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -196,7 +196,11 @@
  1. Evan Cheng: Code generator and all targets.
  2. -
  3. Doug Gregor: Clang Basic, Lex, Parse, and Sema Libraries.
  4. +
  5. Greg Clayton: LLDB.
  6. + +
  7. Doug Gregor: Clang Frontend Libraries.
  8. + +
  9. Howard Hinnant: libc++.
  10. Anton Korobeynikov: Exception handling, debug information, and Windows codegen.
  11. -- 2.34.1