summaryrefslogtreecommitdiff
path: root/CODE_OWNERS.TXT
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2014-09-12 08:05:51 +0000
committerJoerg Sonnenberger <joerg@bec.de>2014-09-12 08:05:51 +0000
commita68f818ba7e9e653a1f59ee07207d6c97a9bc976 (patch)
tree9be0a9a6a1040f49fa5b24c4633a5cdfd88b13fc /CODE_OWNERS.TXT
parent9f51fe881657f5a4a2091ab53225665ed29e49b8 (diff)
downloadclang-a68f818ba7e9e653a1f59ee07207d6c97a9bc976.tar.gz
Every code owner should be reachable via email, so add one for
Douglas Gregor and Ted Kremenek. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r--CODE_OWNERS.TXT2
1 files changed, 2 insertions, 0 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT
index bbd3142bc8..545271d837 100644
--- a/CODE_OWNERS.TXT
+++ b/CODE_OWNERS.TXT
@@ -22,6 +22,7 @@ E: echristo@gmail.com
D: Debug Information, autotools/configure/make build, inline assembly
N: Doug Gregor
+E: dgregor@apple.com
D: All parts of Clang not covered by someone else
N: Anton Korobeynikov
@@ -29,6 +30,7 @@ E: anton@korobeynikov.info
D: Exception handling, Windows codegen, ARM EABI
N: Ted Kremenek
+E: kremenek@apple.com
D: Clang Static Analyzer
N: John McCall