https://github.com/ilovepi updated https://github.com/llvm/llvm-project/pull/175822
>From 06dc02fd666c796f0fd019518fa238692b10d480 Mon Sep 17 00:00:00 2001 From: Paul Kirth <[email protected]> Date: Tue, 13 Jan 2026 12:11:14 -0800 Subject: [PATCH 1/2] [clang-tools-extra] Update Maintainers for Clang-Doc Currently, Erick Velez has been doing the bulk of clang-doc development. The maintainer being removed hasn't participated in almost a year, so it would be good to have active maintainers listed in the file. --- clang-tools-extra/Maintainers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang-tools-extra/Maintainers.rst b/clang-tools-extra/Maintainers.rst index 094f1157f4dbb..dce43e61c38d2 100644 --- a/clang-tools-extra/Maintainers.rst +++ b/clang-tools-extra/Maintainers.rst @@ -48,8 +48,8 @@ clang-doc | Paul Kirth | [email protected] (email), ilovepi (GitHub), ilovepi (Discourse) -| Peter Chou -| [email protected] (email), PeterChou1 (GitHub), PeterChou1 (Discourse), .peterchou (Discord) +| Erick Velez +| [email protected] (email), evelez7 (GitHub), evelez (Discourse) clangd >From 807973f2190235cf99c22287dca15fbc7d9dedf2 Mon Sep 17 00:00:00 2001 From: Paul Kirth <[email protected]> Date: Tue, 13 Jan 2026 14:31:07 -0800 Subject: [PATCH 2/2] Update contacts and move PeterChou to inactive --- clang-tools-extra/Maintainers.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang-tools-extra/Maintainers.rst b/clang-tools-extra/Maintainers.rst index dce43e61c38d2..9846840649284 100644 --- a/clang-tools-extra/Maintainers.rst +++ b/clang-tools-extra/Maintainers.rst @@ -49,7 +49,7 @@ clang-doc | [email protected] (email), ilovepi (GitHub), ilovepi (Discourse) | Erick Velez -| [email protected] (email), evelez7 (GitHub), evelez (Discourse) +| [email protected] (email), evelez7 (GitHub), evelez (Discourse), erick.velez (Discord) clangd @@ -80,3 +80,4 @@ Inactive component maintainers | Nathan James ([email protected]) -- clang-tidy | Julie Hockett ([email protected]) -- clang-doc | Sam McCall ([email protected] (email), sam-mccall (GitHub, Discourse, Discord)) -- clangd +| Peter Chou ([email protected] (email), PeterChou1 (GitHub, Discourse), .peterchou (Discord)) -- clang-doc _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
