Richard Smith | 2e723f5 | 2012-11-27 00:39:30 +0000 | [diff] [blame] | 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 | |
Aaron Ballman | b32989e | 2014-01-13 22:23:27 +0000 | [diff] [blame] | 11 | N: Aaron Ballman |
| 12 | E: aaron@aaronballman.com |
| 13 | D: Clang attributes |
| 14 | |
Richard Smith | c62fe69 | 2015-05-12 20:29:41 +0000 | [diff] [blame] | 15 | N: Alexey Bataev |
| 16 | E: a.bataev@hotmail.com |
| 17 | D: OpenMP support |
| 18 | |
Richard Smith | f2294a1 | 2012-11-27 00:48:12 +0000 | [diff] [blame] | 19 | N: Chandler Carruth |
| 20 | E: chandlerc@gmail.com |
| 21 | E: chandlerc@google.com |
| 22 | D: CMake, library layering |
| 23 | |
| 24 | N: Eric Christopher |
| 25 | E: echristo@gmail.com |
Alexey Samsonov | 433c43c | 2016-01-30 00:54:42 +0000 | [diff] [blame] | 26 | D: Debug Information, inline assembly |
Richard Smith | f2294a1 | 2012-11-27 00:48:12 +0000 | [diff] [blame] | 27 | |
Anna Zaks | 8ffd193 | 2017-11-17 23:19:04 +0000 | [diff] [blame] | 28 | N: Devin Coughlin |
| 29 | E: dcoughlin@apple.com |
| 30 | D: Clang Static Analyzer |
| 31 | |
Richard Smith | 2e723f5 | 2012-11-27 00:39:30 +0000 | [diff] [blame] | 32 | N: Doug Gregor |
Joerg Sonnenberger | 4ba0dbb | 2014-09-12 08:05:51 +0000 | [diff] [blame] | 33 | E: dgregor@apple.com |
Richard Smith | d7eef87 | 2015-03-30 19:52:53 +0000 | [diff] [blame] | 34 | D: Emeritus owner |
Richard Smith | 2e723f5 | 2012-11-27 00:39:30 +0000 | [diff] [blame] | 35 | |
Reid Kleckner | 3c6963b | 2015-02-26 20:37:49 +0000 | [diff] [blame] | 36 | N: Reid Kleckner |
| 37 | E: rnk@google.com |
| 38 | D: Microsoft C++ ABI compatibility and general Windows support |
| 39 | |
Manuel Klimek | 7a2ba47 | 2015-09-08 10:31:09 +0000 | [diff] [blame] | 40 | N: Manuel Klimek |
| 41 | E: klimek@google.com |
| 42 | D: AST matchers, LibTooling |
| 43 | |
Richard Smith | f2294a1 | 2012-11-27 00:48:12 +0000 | [diff] [blame] | 44 | N: Anton Korobeynikov |
| 45 | E: anton@korobeynikov.info |
| 46 | D: Exception handling, Windows codegen, ARM EABI |
| 47 | |
Richard Smith | 2e723f5 | 2012-11-27 00:39:30 +0000 | [diff] [blame] | 48 | N: John McCall |
| 49 | E: rjmccall@apple.com |
| 50 | D: Clang LLVM IR generation |
| 51 | |
Brad Smith | 0b32e44 | 2018-11-30 21:42:34 +0000 | [diff] [blame] | 52 | N: Brad Smith |
| 53 | E: brad@comstyle.com |
| 54 | D: OpenBSD driver |
| 55 | |
Richard Smith | 2e723f5 | 2012-11-27 00:39:30 +0000 | [diff] [blame] | 56 | N: Richard Smith |
| 57 | E: richard@metafoo.co.uk |
Richard Smith | d7eef87 | 2015-03-30 19:52:53 +0000 | [diff] [blame] | 58 | D: All parts of Clang not covered by someone else |
Anastasia Stulova | 126a2b5 | 2016-02-03 18:51:19 +0000 | [diff] [blame] | 59 | |
| 60 | N: Anastasia Stulova |
| 61 | E: anastasia.stulova@arm.com |
| 62 | D: OpenCL support |