https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/181369
During the maintainers refresh for Clang, I was unable to reach MyDeveloperDay via email or GitHub to determine if they still wished to be listed as an active maintainer. Because the deadline passed for a response, this moves them to the inactive maintainer list. However, they are still involved in the community and doing occasional reviews, so this PR may be unnecessary or only a temporary change. As with any inactive maintainer, they can resume maintainership easily enough in the future. >From 4cb59289128d380a9420d86a89a132d8004cdd7c Mon Sep 17 00:00:00 2001 From: Aaron Ballman <[email protected]> Date: Fri, 13 Feb 2026 09:44:22 -0500 Subject: [PATCH] Move MyDeveloperDay to the inactive maintainers list During the maintainers refresh for Clang, I was unable to reach MyDeveloperDay via email or GitHub to determine if they still wished to be listed as an active maintainer. Because the deadline passed for a response, this moves them to the inactive maintainer list. However, they are still involved in the community and doing occasional reviews, so this PR may be unnecessary or only a temporary change. As with any inactive maintainer, they can resume maintainership easily enough in the future. --- clang/Maintainers.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clang/Maintainers.md b/clang/Maintainers.md index 08c5046fd32c5..595a19509ed48 100644 --- a/clang/Maintainers.md +++ b/clang/Maintainers.md @@ -205,9 +205,6 @@ umbrella or components used to support such tools. ### clang-format -MyDeveloperDay \ [email protected] (email), MyDeveloperDay (Phabricator), [MyDeveloperDay](https://github.com/MyDeveloperDay) (GitHub) - Owen Pan \ [email protected] (email), owenpan (Phabricator), [owenca](https://github.com/owenca) (GitHub) @@ -355,3 +352,4 @@ Dmitri Gribenko ([email protected] (email), gribozavr (Phabricator), [gribozav Tom Honermann ([email protected] (email), tahonermann (Phabricator), [tahonermann](https://github.com/tahonermann) (GitHub)) \-- Text Encodings \ John McCall ([email protected] (email), rjmccall (Phabricator), [rjmccall](https://github.com/rjmccall) (GitHub)) \-- Clang LLVM IR generation, Objective-C/C++ conformance, Itanium ABI \ John Ericson ([email protected] (email), Ericson2314 (Phabricator), [Ericson2314](https://github.com/Ericson2314) (GitHub)) \-- CMake Integration +MyDeveloperDay ([email protected] (email), MyDeveloperDay (Phabricator), [MyDeveloperDay](https://github.com/MyDeveloperDay) (GitHub)) -- clang-format _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
