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 25E: dgregor@apple.com 26D: All parts of Clang not covered by someone else 27 28N: Anton Korobeynikov 29E: anton@korobeynikov.info 30D: Exception handling, Windows codegen, ARM EABI 31 32N: Ted Kremenek 33E: kremenek@apple.com 34D: Clang Static Analyzer 35 36N: John McCall 37E: rjmccall@apple.com 38D: Clang LLVM IR generation 39 40N: Chad Rosier 41E: mcrosier@codeaurora.org 42D: Compiler driver 43 44N: Richard Smith 45E: richard@metafoo.co.uk 46D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*) 47