From 47d77721c88c70fa8cadbff68df8f2ac1e250e13 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 16 Sep 2009 05:37:13 +0000 Subject: [PATCH] I can sort, no really. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82015 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DeveloperPolicy.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 845e75ae73..6d4a1bd303 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -185,15 +185,15 @@ svn diff else. The current code owners are:

    -
  1. Anton Korobeynikov: Exception handling, debug information, and - Windows codegen.
  2. -
  3. Evan Cheng: Code generator and all targets.
  4. Doug Gregor: Clang Basic, Lex, Parse, and Sema Libraries.
  5. Ted Kremenek: Clang Static Analyzer.
  6. +
  7. Anton Korobeynikov: Exception handling, debug information, and + Windows codegen.
  8. +
  9. Chris Lattner: Everything not covered by someone else.
  10. Duncan Sands: llvm-gcc 4.2.
  11. -- 2.11.4.GIT