diff options
author | Eric Christopher <echristo@gmail.com> | 2012-11-14 17:33:40 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-11-14 17:33:40 +0000 |
commit | 7c8e9602f4518434c43a9071ee1428935856027c (patch) | |
tree | b14c917d57ef80e4397166cb2640ac71ea47ba67 /CODE_OWNERS.TXT | |
parent | 659c052dfb11c88d3b52f30b9f3bd9e95ace8327 (diff) |
Grab debug information for code ownership.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CODE_OWNERS.TXT')
-rw-r--r-- | CODE_OWNERS.TXT | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CODE_OWNERS.TXT b/CODE_OWNERS.TXT index c41f5e7529..c0d73dbf26 100644 --- a/CODE_OWNERS.TXT +++ b/CODE_OWNERS.TXT @@ -33,7 +33,7 @@ D: libc++ N: Anton Korobeynikov E: asl@math.spbu.ru -D: Exception handling, debug information, and Windows codegen +D: Exception handling and Windows codegen N: Ted Kremenek D: Clang Static Analyzer @@ -65,3 +65,7 @@ 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 |