[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / clang / CODE_OWNERS.TXT
blobfaf9575a289842234317e432f0db562d2d068b5b
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.
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).
11 N: Aaron Ballman
12 E: aaron@aaronballman.com
13 D: Clang attributes
15 N: Alexey Bataev
16 E: a.bataev@hotmail.com
17 D: OpenMP support
19 N: Chandler Carruth
20 E: chandlerc@gmail.com
21 E: chandlerc@google.com
22 D: CMake, library layering
24 N: Eric Christopher
25 E: echristo@gmail.com
26 D: Debug Information, inline assembly
28 N: Devin Coughlin
29 E: dcoughlin@apple.com
30 D: Clang Static Analyzer
32 N: Doug Gregor
33 E: dgregor@apple.com
34 D: Emeritus owner
36 N: Reid Kleckner
37 E: rnk@google.com
38 D: Microsoft C++ ABI compatibility and general Windows support
40 N: Manuel Klimek
41 E: klimek@google.com
42 D: AST matchers, LibTooling
44 N: Anton Korobeynikov
45 E: anton@korobeynikov.info
46 D: Exception handling, Windows codegen, ARM EABI
48 N: John McCall
49 E: rjmccall@apple.com
50 D: Clang LLVM IR generation
52 N: Brad Smith
53 E: brad@comstyle.com
54 D: OpenBSD driver
56 N: Richard Smith
57 E: richard@metafoo.co.uk
58 D: All parts of Clang not covered by someone else
60 N: Anastasia Stulova
61 E: anastasia.stulova@arm.com
62 D: OpenCL support