]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - CODE_OWNERS.TXT
Vendor import of clang release_39 branch r276489:
[FreeBSD/FreeBSD.git] / 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: Alexey Bataev
16 E: a.bataev@hotmail.com
17 D: OpenMP support
18
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
26 D: Debug Information, inline assembly
27
28 N: Doug Gregor
29 E: dgregor@apple.com
30 D: Emeritus owner
31
32 N: Reid Kleckner
33 E: rnk@google.com
34 D: Microsoft C++ ABI compatibility and general Windows support
35
36 N: Manuel Klimek
37 E: klimek@google.com
38 D: AST matchers, LibTooling
39
40 N: Anton Korobeynikov
41 E: anton@korobeynikov.info
42 D: Exception handling, Windows codegen, ARM EABI
43
44 N: Anna Zaks
45 E: ganna@apple.com
46 D: Clang Static Analyzer
47
48 N: John McCall
49 E: rjmccall@apple.com
50 D: Clang LLVM IR generation
51
52 N: Richard Smith
53 E: richard@metafoo.co.uk
54 D: All parts of Clang not covered by someone else
55
56 N: Anastasia Stulova
57 E: anastasia.stulova@arm.com
58 D: OpenCL support