blob: 34990932e265d63209a52c585db83fbd2513a09e [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
Stephen Hines651f13c2014-04-23 16:59:28 -070011N: Aaron Ballman
12E: aaron@aaronballman.com
13D: Clang attributes
14
Richard Smith4b98b2b2012-11-27 00:48:12 +000015N: Chandler Carruth
16E: chandlerc@gmail.com
17E: chandlerc@google.com
18D: CMake, library layering
19
20N: Eric Christopher
21E: echristo@gmail.com
22D: Debug Information, autotools/configure/make build, inline assembly
23
Richard Smithf18dd8e2012-11-27 00:39:30 +000024N: Doug Gregor
Stephen Hines176edba2014-12-01 14:53:08 -080025E: dgregor@apple.com
Pirama Arumuga Nainar33337ca2015-05-06 11:48:57 -070026D: Emeritus owner
Richard Smithf18dd8e2012-11-27 00:39:30 +000027
Stephen Hines0e2c34f2015-03-23 12:09:02 -070028N: Reid Kleckner
29E: rnk@google.com
30D: Microsoft C++ ABI compatibility and general Windows support
31
Richard Smith4b98b2b2012-11-27 00:48:12 +000032N: Anton Korobeynikov
33E: anton@korobeynikov.info
34D: Exception handling, Windows codegen, ARM EABI
35
Richard Smithf18dd8e2012-11-27 00:39:30 +000036N: Ted Kremenek
Stephen Hines176edba2014-12-01 14:53:08 -080037E: kremenek@apple.com
Richard Smithf18dd8e2012-11-27 00:39:30 +000038D: Clang Static Analyzer
39
40N: John McCall
41E: rjmccall@apple.com
42D: Clang LLVM IR generation
43
Richard Smith4b98b2b2012-11-27 00:48:12 +000044N: Chad Rosier
Chad Rosier9b58b6e2013-11-15 17:35:53 +000045E: mcrosier@codeaurora.org
Stephen Hines176edba2014-12-01 14:53:08 -080046D: Compiler driver
Richard Smith4b98b2b2012-11-27 00:48:12 +000047
Richard Smithf18dd8e2012-11-27 00:39:30 +000048N: Richard Smith
49E: richard@metafoo.co.uk
Pirama Arumuga Nainar33337ca2015-05-06 11:48:57 -070050D: All parts of Clang not covered by someone else