1This file is a list of the people responsible for ensuring that patches for a
2particular part of Clang are reviewed, either by themself or by someone else.
3They are also the gatekeepers for their part of Clang, with the final word on
4what goes in or not.
5
6The list is sorted by surname and formatted to allow easy grepping and
7beautification 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
11N: Chandler Carruth
12E: chandlerc@gmail.com
13E: chandlerc@google.com
14D: CMake, library layering
15
16N: Eric Christopher
17E: echristo@gmail.com
18D: Debug Information, autotools/configure/make build, inline assembly
19
20N: Doug Gregor
21D: All parts of Clang not covered by someone else
22
23N: Anton Korobeynikov
24E: anton@korobeynikov.info
25D: Exception handling, Windows codegen, ARM EABI
26
27N: Ted Kremenek
28D: Clang Static Analyzer
29
30N: John McCall
31E: rjmccall@apple.com
32D: Clang LLVM IR generation
33
34N: Chad Rosier
35E: mcrosier@codeaurora.org
36D: MS-inline asm, and the compiler driver
37
38N: Richard Smith
39E: richard@metafoo.co.uk
40D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)
41