llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tools-extra Author: Aaron Ballman (AaronBallman) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/114544.diff 2 Files Affected: - (removed) clang-tools-extra/CODE_OWNERS.TXT (-30) - (added) clang-tools-extra/Maintainers.txt (+42) ``````````diff diff --git a/clang-tools-extra/CODE_OWNERS.TXT b/clang-tools-extra/CODE_OWNERS.TXT deleted file mode 100644 index 2831ec7e25f59f..00000000000000 --- a/clang-tools-extra/CODE_OWNERS.TXT +++ /dev/null @@ -1,30 +0,0 @@ -This file is a list of the people responsible for ensuring that patches for a -particular tool 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), Phabricator -handle (H), and description (D). - -N: Aaron Ballman -E: aa...@aaronballman.com -H: aaron.ballman -D: clang-query - -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: all parts of clang-tools-extra not covered by someone else - -N: Sam McCall -E: sammcc...@google.com -D: clangd diff --git a/clang-tools-extra/Maintainers.txt b/clang-tools-extra/Maintainers.txt new file mode 100644 index 00000000000000..dc60b3717c63bb --- /dev/null +++ b/clang-tools-extra/Maintainers.txt @@ -0,0 +1,42 @@ +============================= +Clang Tools Extra Maintainers +============================= + +This file is a list of the maintainers +(https://llvm.org/docs/DeveloperPolicy.html#maintainers) for clang-tools-extra. + + +Active Maintainers +================== +The following people are the active maintainers for the project. Please reach +out to them for code reviews, questions about their area of expertise, or other +assistance. + +Lead Maintainer +--------------- +| Manuel Klimek +| kli...@google.com (email), r4nt (GitHub) + + +clang-query +----------- +| Aaron Ballman +| aa...@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman (GitHub), AaronBallman (Discourse), aaronballman (Discord), AaronBallman (IRC) + + +clang-doc +--------- +| Julie Hockett +| juliehock...@google.com (email) + + +clang-tidy +---------- +| Nathan James +| n.jame...@hotmail.co.uk (email), njames93 (GitHub) + + +clangd +------ +| Sam McCall +| sammcc...@google.com (email), sam-mccall (GitHub), sam-mccall (Discourse), sam-mccall (Discord) `````````` </details> https://github.com/llvm/llvm-project/pull/114544 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits