https://github.com/owenca updated https://github.com/llvm/llvm-project/pull/187910
>From 6de75728fa431ae72c9f9b60ba3c122ea3897f61 Mon Sep 17 00:00:00 2001 From: Owen Pan <[email protected]> Date: Sat, 21 Mar 2026 21:37:56 -0700 Subject: [PATCH] Step down as clang-format maintainer I'm stepping down as clang-format maintainer and nominating @HazardyKnusperkeks to take my place. --- clang/Maintainers.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/clang/Maintainers.md b/clang/Maintainers.md index a05b510ebaede..a399938a37ffb 100644 --- a/clang/Maintainers.md +++ b/clang/Maintainers.md @@ -205,9 +205,6 @@ umbrella or components used to support such tools. 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) - ## ABIs The following people are responsible for decisions involving ABI. @@ -352,4 +349,5 @@ 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 \ -Stanislav Gatev ([email protected] (email), sgatev (Phabricator), [sgatev](https://github.com/sgatev) (GitHub)) -- Analysis & CFG +Stanislav Gatev ([email protected] (email), sgatev (Phabricator), [sgatev](https://github.com/sgatev) (GitHub)) \-- Analysis & CFG \ +Owen Pan ([email protected] (email), owenpan (Phabricator), [owenca](https://github.com/owenca) (GitHub)) \-- clang-format _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
