comparison tools/clang/CODE_OWNERS.TXT @ 0:95c75e76d11b LLVM3.4

LLVM 3.4
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 13:56:28 +0900
parents
children 54457678186b
comparison
equal deleted inserted replaced
-1:000000000000 0:95c75e76d11b
1 This file is a list of the people responsible for ensuring that patches for a
2 particular part of Clang are reviewed, either by themself or by someone else.
3 They are also the gatekeepers for their part of Clang, with the final word on
4 what goes in or not.
5
6 The list is sorted by surname and formatted to allow easy grepping and
7 beautification by scripts. The fields are: name (N), email (E), web-address
8 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
9 (S).
10
11 N: Chandler Carruth
12 E: chandlerc@gmail.com
13 E: chandlerc@google.com
14 D: CMake, library layering
15
16 N: Eric Christopher
17 E: echristo@gmail.com
18 D: Debug Information, autotools/configure/make build, inline assembly
19
20 N: Doug Gregor
21 D: All parts of Clang not covered by someone else
22
23 N: Anton Korobeynikov
24 E: anton@korobeynikov.info
25 D: Exception handling, Windows codegen, ARM EABI
26
27 N: Ted Kremenek
28 D: Clang Static Analyzer
29
30 N: John McCall
31 E: rjmccall@apple.com
32 D: Clang LLVM IR generation
33
34 N: Chad Rosier
35 E: mcrosier@codeaurora.org
36 D: MS-inline asm, and the compiler driver
37
38 N: Richard Smith
39 E: richard@metafoo.co.uk
40 D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)