aaron.ballman created this revision.
Herald added a subscriber: yaxunl.
Herald added a project: All.
aaron.ballman requested review of this revision.
Herald added projects: clang, clang-tools-extra.

This corresponds to the RFC posted to Discourse proposing changes for code 
ownership in both Clang and clang-tidy, which can be found at: <link>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132550

Files:
  clang-tools-extra/CODE_OWNERS.TXT
  clang/CODE_OWNERS.TXT

Index: clang/CODE_OWNERS.TXT
===================================================================
--- clang/CODE_OWNERS.TXT
+++ clang/CODE_OWNERS.TXT
@@ -4,9 +4,8 @@
 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).
+beautification by scripts.  The fields are: name (N), email (E), Phabricator
+handle (H), and description (D).
 
 N: Alexey Bader
 E: alexey.ba...@intel.com
@@ -14,29 +13,71 @@
 
 N: Aaron Ballman
 E: aa...@aaronballman.com
-D: Clang attributes
+H: aaron.ballman
+D: All parts of Clang not covered by someone else, C standards conformance
 
 N: Alexey Bataev
 E: a.bat...@hotmail.com
 D: OpenMP support
 
-N: Chandler Carruth
-E: chandl...@gmail.com
-E: chandl...@google.com
-D: CMake, library layering
-
 N: Eric Christopher
 E: echri...@gmail.com
 D: Debug Information, inline assembly
 
-N: Devin Coughlin
-E: dcough...@apple.com
+N: Artem Dergachev
+E: adergac...@apple.com
+H: NoQ
 D: Clang Static Analyzer
 
+N: John Ericson
+E: g...@johnericson.me
+H: Ericson2314
+D: CMake integration
+
+N: Eli Friedman
+E: efrie...@quicinc.com
+H: efriedma
+D: Clang LLVM IR generation
+
+N: Stanislav Gatev
+E: sga...@google.com
+H: sgatev
+D: Analysis & CFG
+
 N: Doug Gregor
 E: dgre...@apple.com
 D: Emeritus owner
 
+N: Dmitri Gribenko
+E: griboz...@gmail.com
+H: gribozavr
+D: Analysis & CFG
+
+N: Tom Honermann
+E: t...@honermann.net
+H: tahonermann
+D: Text encodings
+
+N: Gábor Horváth
+E: xazax....@gmail.com
+H: xazax.hun
+D: Clang Static Analyzer
+
+N: Petr Hosek
+E: pho...@google.com
+H: phosek
+D: CMake integration
+
+N: Corentin Jabot
+E: corentin.ja...@gmail.com
+H: cor3ntin
+D: Text encodings
+
+N: Erich Keane
+E: erich.ke...@intel.com
+H: ErichKeane
+D: Attributes, Templates
+
 N: Reid Kleckner
 E: r...@google.com
 D: Microsoft C++ ABI compatibility and general Windows support
@@ -49,9 +90,24 @@
 E: an...@korobeynikov.info
 D: Exception handling, Windows codegen, ARM EABI
 
+N: Yitzhak Mandelbaum
+E: yitzh...@google.com
+H: ymandel
+D: Analysis & CFG
+
 N: John McCall
 E: rjmcc...@apple.com
-D: Clang LLVM IR generation
+D: Clang LLVM IR generation, Itanium ABI, Objective-C conformance
+
+N: MyDeveloperDay
+E: mydeveloper...@gmail.com
+H: MyDeveloperDay
+D: clang-format
+
+N: Owen Pan
+E: owenpi...@gmail.com
+H: owenpan
+D: clang-format
 
 N: Brad Smith
 E: b...@comstyle.com
@@ -59,8 +115,33 @@
 
 N: Richard Smith
 E: rich...@metafoo.co.uk
-D: All parts of Clang not covered by someone else
+D: Emeritus owner
+
+N: Fangrui Song
+E: mask...@google.com
+H: MaskRay
+D: Clang Driver parts not covered by someone else
+
+N: Michael Spencer
+E: bigchees...@gmail.com
+H: Bigcheese
+D: Modules & Serialization
 
 N: Anastasia Stulova
 E: anastasia.stul...@arm.com
 D: OpenCL support
+
+N: Jan Svoboda
+E: jan_svob...@apple.com
+H: jansvoboda11
+D: Compiler Options
+
+N: Hubert Tong
+E: hubert.reinterpretc...@gmail.com
+H: hubert.reinterpretcast
+D: C++ standards conformance
+
+N: Chuanqi Xu
+E: yedeng...@linux.alibaba.com
+H: ChuanqiXu
+D: Modules & Serialization
Index: clang-tools-extra/CODE_OWNERS.TXT
===================================================================
--- clang-tools-extra/CODE_OWNERS.TXT
+++ clang-tools-extra/CODE_OWNERS.TXT
@@ -4,26 +4,27 @@
 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).
+beautification by scripts.  The fields are: name (N), email (E), Phabricator
+handle (H), and description (D).
 
 N: Aaron Ballman
 E: aa...@aaronballman.com
+H: aaron.ballman
 D: clang-query
 
-N: Manuel Klimek
-E: kli...@google.com
-D: clang-rename, all parts of clang-tools-extra not covered by someone else
-
-N: Alexander Kornienko
-E: ale...@google.com
-D: clang-tidy
-
 N: Julie Hockett
 E: juliehock...@google.com
 D: clang-doc
 
+N: Nathan James
+E: n.jame...@hotmail.co.uk
+H: njames93
+D: clang-tidy
+
+N: Manuel Klimek
+E: kli...@google.com
+D: clang-rename, all parts of clang-tools-extra not covered by someone else
+
 N: Sam McCall
 E: sammcc...@google.com
 D: clangd
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to