summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-11-14 18:17:45 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-11-14 18:17:45 +0000
commit6a7e85c1983c53b7eca9c29569a284259a9dcdfd (patch)
tree576c8ec82910995048c2790acd2c7a4fc4e2aeae /CODE_OWNERS.TXT
parent3ca6382120c16e30151e19175d40480ee72de641 (diff)
downloadllvm-6a7e85c1983c53b7eca9c29569a284259a9dcdfd.tar.gz
llvm-6a7e85c1983c53b7eca9c29569a284259a9dcdfd.tar.bz2
llvm-6a7e85c1983c53b7eca9c29569a284259a9dcdfd.tar.xz
Sort the code owner list alphabetically. Add myself as lib/DebugInfo owner.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT28
1 files changed, 16 insertions, 12 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index c0d73dbf26..04d982b607 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -8,10 +8,18 @@ beautification by scripts. The fields are: name (N), email (E), web-address
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
(S).
+N: Joe Abbey
+E: jabbey@arxan.com
+D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
+
N: Evan Cheng
E: evan.cheng@apple.com
D: Code generator and all targets
+N: Eric Christopher
+E: echristo@gmail.com
+D: Debug Information
+
N: Greg Clayton
D: LLDB
@@ -28,6 +36,10 @@ D: Clang Frontend Libraries
N: Tobias Grosser
D: Polly
+N: James Grosbach
+E: grosbach@apple.com
+D: MC layer
+
N: Howard Hinnant
D: libc++
@@ -35,6 +47,10 @@ N: Anton Korobeynikov
E: asl@math.spbu.ru
D: Exception handling and Windows codegen
+N: Benjamin Kramer
+E: benny.kra@gmail.com
+D: DWARF Parser
+
N: Ted Kremenek
D: Clang Static Analyzer
@@ -54,18 +70,6 @@ N: Duncan Sands
E: baldrick@free.fr
D: DragonEgg
-N: James Grosbach
-E: grosbach@apple.com
-D: MC layer
-
-N: Joe Abbey
-E: jabbey@arxan.com
-D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
-
N: Andrew Trick
E: atrick@apple.com
D: Instruction Scheduling
-
-N: Eric Christopher
-E: echristo@gmail.com
-D: Debug Information