[clang] Move MyDeveloperDay to the inactive maintainers list (PR #181369)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 13 06:56:25 PST 2026


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 <aaron at aaronballman.com>
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 \
-mydeveloperday at gmail.com (email), MyDeveloperDay (Phabricator), [MyDeveloperDay](https://github.com/MyDeveloperDay) (GitHub)
-
 Owen Pan \
 owenpiano at gmail.com (email), owenpan (Phabricator), [owenca](https://github.com/owenca) (GitHub)
 
@@ -355,3 +352,4 @@ Dmitri Gribenko (gribozavr at gmail.com (email), gribozavr (Phabricator), [gribozav
 Tom Honermann (tom at honermann.net (email), tahonermann (Phabricator), [tahonermann](https://github.com/tahonermann) (GitHub)) \-- Text Encodings \
 John McCall (rjmccall at apple.com (email), rjmccall (Phabricator), [rjmccall](https://github.com/rjmccall) (GitHub)) \-- Clang LLVM IR generation, Objective-C/C++ conformance, Itanium ABI \
 John Ericson (git at johnericson.me (email), Ericson2314 (Phabricator), [Ericson2314](https://github.com/Ericson2314) (GitHub)) \-- CMake Integration
+MyDeveloperDay (mydeveloperday at gmail.com (email), MyDeveloperDay (Phabricator), [MyDeveloperDay](https://github.com/MyDeveloperDay) (GitHub)) -- clang-format



More information about the cfe-commits mailing list