Richard Smith | f18dd8e | 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 | |
Richard Smith | 4b98b2b | 2012-11-27 00:48:12 +0000 | [diff] [blame] | 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 | |
Richard Smith | f18dd8e | 2012-11-27 00:39:30 +0000 | [diff] [blame] | 20 | N: Doug Gregor |
| 21 | D: All parts of Clang not covered by someone else |
| 22 | |
Richard Smith | 4b98b2b | 2012-11-27 00:48:12 +0000 | [diff] [blame] | 23 | N: Anton Korobeynikov |
| 24 | E: anton@korobeynikov.info |
| 25 | D: Exception handling, Windows codegen, ARM EABI |
| 26 | |
Richard Smith | f18dd8e | 2012-11-27 00:39:30 +0000 | [diff] [blame] | 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 | |
Richard Smith | 4b98b2b | 2012-11-27 00:48:12 +0000 | [diff] [blame] | 34 | N: Chad Rosier |
| 35 | E: mcrosier@apple.com |
| 36 | D: MS-inline asm, and the compiler driver |
| 37 | |
Richard Smith | f18dd8e | 2012-11-27 00:39:30 +0000 | [diff] [blame] | 38 | N: Richard Smith |
| 39 | E: richard@metafoo.co.uk |
| 40 | D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*) |