]> granicus.if.org Git - clang/commitdiff
Every code owner should be reachable via email, so add one for
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 12 Sep 2014 08:05:51 +0000 (08:05 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 12 Sep 2014 08:05:51 +0000 (08:05 +0000)
Douglas Gregor and Ted Kremenek.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217658 91177308-0d34-0410-b5e6-96231b3b80d8

CODE_OWNERS.TXT

index bbd3142bc87c77ca771cba69f9395927b177f3a4..545271d837b725861494d7931305a6cbcb06a150 100644 (file)
@@ -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