From 2e723f5807b3c17e4bcef7f5a1b7d2cf7ec8548c Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 27 Nov 2012 00:39:30 +0000 Subject: [PATCH] Move Clang code owners list from llvm/ to cfe/. llvm-svn: 168639 --- clang/CODE_OWNERS.TXT | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 clang/CODE_OWNERS.TXT diff --git a/clang/CODE_OWNERS.TXT b/clang/CODE_OWNERS.TXT new file mode 100644 index 000000000000..1894f3be8616 --- /dev/null +++ b/clang/CODE_OWNERS.TXT @@ -0,0 +1,23 @@ +This file is a list of the people responsible for ensuring that patches for a +particular part of Clang are reviewed, either by themself or by someone else. +They are also the gatekeepers for their part of Clang, with the final word on +what goes in or not. + +The list is sorted by surname and formatted to allow easy grepping and +beautification by scripts. The fields are: name (N), email (E), web-address +(W), PGP key ID and fingerprint (P), description (D), and snail-mail address +(S). + +N: Doug Gregor +D: All parts of Clang not covered by someone else + +N: Ted Kremenek +D: Clang Static Analyzer + +N: John McCall +E: rjmccall@apple.com +D: Clang LLVM IR generation + +N: Richard Smith +E: richard@metafoo.co.uk +D: Clang Semantic Analysis (tools/clang/lib/Sema/* tools/clang/include/clang/Sema/*)