blob: 83db25a1c319d91df0de5850d6def1a02d610fc2 [file] [log] [blame]
Richard Smithf18dd8e2012-11-27 00:39:30 +00001This 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
Richard Smith4b98b2b2012-11-27 00:48:12 +000011N: 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
Richard Smithf18dd8e2012-11-27 00:39:30 +000020N: Doug Gregor
21D: All parts of Clang not covered by someone else
22
Richard Smith4b98b2b2012-11-27 00:48:12 +000023N: Anton Korobeynikov
24E: anton@korobeynikov.info
25D: Exception handling, Windows codegen, ARM EABI
26
Richard Smithf18dd8e2012-11-27 00:39:30 +000027N: Ted Kremenek
28D: Clang Static Analyzer
29
30N: John McCall
31E: rjmccall@apple.com
32D: Clang LLVM IR generation
33
Richard Smith4b98b2b2012-11-27 00:48:12 +000034N: Chad Rosier
Chad Rosier106e5102013-07-03 17:25:50 +000035E: chad.rosier@gmail.com
Richard Smith4b98b2b2012-11-27 00:48:12 +000036D: MS-inline asm, and the compiler driver
37
Richard Smithf18dd8e2012-11-27 00:39:30 +000038N: Richard Smith
39E: richard@metafoo.co.uk
40D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)