]> granicus.if.org Git - clang/blob - CODE_OWNERS.TXT
When loading a module with no local entities, still bump the size of the
[clang] / CODE_OWNERS.TXT
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
11 N: Aaron Ballman
12 E: aaron@aaronballman.com
13 D: Clang attributes
14
15 N: Chandler Carruth
16 E: chandlerc@gmail.com
17 E: chandlerc@google.com
18 D: CMake, library layering
19
20 N: Eric Christopher
21 E: echristo@gmail.com
22 D: Debug Information, autotools/configure/make build, inline assembly
23
24 N: Doug Gregor
25 D: All parts of Clang not covered by someone else
26
27 N: Anton Korobeynikov
28 E: anton@korobeynikov.info
29 D: Exception handling, Windows codegen, ARM EABI
30
31 N: Ted Kremenek
32 D: Clang Static Analyzer
33
34 N: John McCall
35 E: rjmccall@apple.com
36 D: Clang LLVM IR generation
37
38 N: Chad Rosier
39 E: mcrosier@codeaurora.org
40 D: MS-inline asm, and the compiler driver
41
42 N: Richard Smith
43 E: richard@metafoo.co.uk
44 D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)