https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/179232
When doing the maintainer list refresh, Kadir mentioned he'd like to become inactive due to other commitments. Thank you for all that you've done for clangd! >From cecd3d9d18e5524344f33c870d750dd1cdbe9934 Mon Sep 17 00:00:00 2001 From: Aaron Ballman <[email protected]> Date: Mon, 2 Feb 2026 08:37:11 -0500 Subject: [PATCH] Remove Kadir as clangd maintainer When doing the maintainer list refresh, Kadir mentioned he'd like to become inactive due to other commitments. Thank you for all that you've done for clangd! --- clang-tools-extra/Maintainers.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clang-tools-extra/Maintainers.rst b/clang-tools-extra/Maintainers.rst index 7ed08577ec4bb..fa1343a28942d 100644 --- a/clang-tools-extra/Maintainers.rst +++ b/clang-tools-extra/Maintainers.rst @@ -57,9 +57,6 @@ clangd | Chris Bieneman | [email protected] (email), llvm-beanz (GitHub), beanz (Discord), beanz (Discourse) -| Kadir Çetinkaya -| [email protected] (email), kadircet (GitHub) kadircet (Discourse), kadircet (Discord) - Inactive Maintainers ==================== @@ -79,3 +76,4 @@ Inactive component maintainers | Sam McCall ([email protected] (email), sam-mccall (GitHub, Discourse, Discord)) -- clangd | Peter Chou ([email protected] (email), PeterChou1 (GitHub, Discourse), .peterchou (Discord)) -- clang-doc | Piotr Zegar ([email protected] (email), PiotrZSL (GitHub), PiotrZSL (Discourse), PiotrZSL (Discord)) -- clang-tidy +| Kadir Çetinkaya ([email protected] (email), kadircet (GitHub) kadircet (Discourse), kadircet (Discord)) -- clangd _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
