1This file is a list of the people responsible for ensuring that patches for a 2particular part of Clang are reviewed, either by themself or by someone else. 3They are also the gatekeepers for their part of Clang, with the final word on 4what goes in or not. 5 6The list is sorted by surname and formatted to allow easy grepping and 7beautification 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 11N: Aaron Ballman 12E: aaron@aaronballman.com 13D: Clang attributes 14 15N: Chandler Carruth 16E: chandlerc@gmail.com 17E: chandlerc@google.com 18D: CMake, library layering 19 20N: Eric Christopher 21E: echristo@gmail.com 22D: Debug Information, autotools/configure/make build, inline assembly 23 24N: Doug Gregor 25D: All parts of Clang not covered by someone else 26 27N: Anton Korobeynikov 28E: anton@korobeynikov.info 29D: Exception handling, Windows codegen, ARM EABI 30 31N: Ted Kremenek 32D: Clang Static Analyzer 33 34N: John McCall 35E: rjmccall@apple.com 36D: Clang LLVM IR generation 37 38N: Chad Rosier 39E: mcrosier@codeaurora.org 40D: MS-inline asm, and the compiler driver 41 42N: Richard Smith 43E: richard@metafoo.co.uk 44D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*) 45