llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Aaron Ballman (AaronBallman) <details> <summary>Changes</summary> 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! --- Full diff: https://github.com/llvm/llvm-project/pull/177950.diff 1 Files Affected: - (modified) clang/Maintainers.rst (+3-5) ``````````diff 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 `````````` </details> https://github.com/llvm/llvm-project/pull/177950 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
