[clang] Update ObjC and Itanium maintainership (PR #177950)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 26 05:03:37 PST 2026
https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/177950
John is stepping down from both of these roles as well. We do not have a replacement for Itanium ABI at this time, but this PR leaves the section in the maintainers file so it's clear we need to fill it.
Akira Hatanaka has graciously agreed to step up for Objective-C, thank you!
>From 6564a0f8855b58dfe2b64e8274c65281e52e89d3 Mon Sep 17 00:00:00 2001
From: Aaron Ballman <aaron at aaronballman.com>
Date: Mon, 26 Jan 2026 08:01:07 -0500
Subject: [PATCH] Update ObjC and Itanium maintainership
John is stepping down from both of these roles as well. We do not have
a replacement for Itanium ABI at this time, but this PR leaves the
section in the maintainers file so it's clear we need to fill it.
Akira Hatanaka has graciously agreed to step up for Objective-C, thank
you!
---
clang/Maintainers.rst | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst
index d3fc249774be4..2a5af26584f4d 100644
--- a/clang/Maintainers.rst
+++ b/clang/Maintainers.rst
@@ -247,8 +247,6 @@ The following people are responsible for decisions involving ABI.
Itanium ABI
~~~~~~~~~~~
-| John McCall
-| rjmccall\@apple.com (email), rjmccall (Phabricator), rjmccall (GitHub)
Microsoft ABI
@@ -346,8 +344,8 @@ C++ Defect Reports
Objective-C/C++ conformance
~~~~~~~~~~~~~~~~~~~~~~~~~~~
-| John McCall
-| rjmccall\@apple.com (email), rjmccall (Phabricator), rjmccall (GitHub)
+| Akira Hatanaka
+| ahatanak\@gmail.com, ahatanak (GitHub), ahatanak4220 (Discord), ahatanak (Discourse)
OpenMP conformance
@@ -408,4 +406,4 @@ Inactive component maintainers
| Devin Coughlin (dcoughlin\@apple.com) -- Clang static analyzer
| Manuel Klimek (klimek\@google.com (email), klimek (Phabricator), r4nt (GitHub)) -- Tooling, AST matchers
| Tom Honermann (tom\@honermann.net (email), tahonermann (Phabricator), tahonermann (GitHub)) -- Text Encodings
-| John McCall (rjmccall\@apple.com (email), rjmccall (Phabricator), rjmccall (GitHub)) -- Clang LLVM IR generation
+| John McCall (rjmccall\@apple.com (email), rjmccall (Phabricator), rjmccall (GitHub)) -- Clang LLVM IR generation, Objective-C/C++ conformance, Itanium ABI
More information about the cfe-commits
mailing list