https://github.com/ilovepi created https://github.com/llvm/llvm-project/pull/175822
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. >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] [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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
