From af5bd677c9fa9be410ea68126504439d29f7d300 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 16 Sep 2009 05:36:07 +0000 Subject: [PATCH] Doug is now the code owner for most of the Clang frontend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82013 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DeveloperPolicy.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 0baedcb3c9d..3c4f2dd9e1f 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -188,13 +188,15 @@ svn diff
  • Anton Korobeynikov: Exception handling, debug information, and Windows codegen.
  • -
  • Duncan Sands: llvm-gcc 4.2.
  • -
  • Evan Cheng: Code generator and all targets.
  • +
  • Doug Gregor: Clang Basic, Lex, Parse, and Sema Libraries.
  • +
  • Ted Kremenek: Clang Static Analyzer.
  • Chris Lattner: Everything else.
  • + +
  • Duncan Sands: llvm-gcc 4.2.
  • Note that code ownership is completely different than reviewers: anyone can