From 685a65a7f03d40d81d277402f662fec4bb97b325 Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 4 Mar 2026 06:24:16 +0800 Subject: [PATCH] [clang-tidy] Add zeyi2 as maintainer (#183883) I've been actively contributing to `clang-tidy` for the past 4 months, reviewing PRs, [fixing issues](https://github.com/pulls?q=is%3Apr+author%3Azeyi2+archived%3Afalse+user%3Allvm+is%3Aclosed+label%3Aclang-tidy+sort%3Aupdated-desc), engaging in discourse discussions and building [new testing tools](https://github.com/clang-tidy-infra/CTIT). I'm passionate about and project and would like to volunteer as a maintainer to continue supporting the project's growth :) --- clang-tools-extra/Maintainers.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang-tools-extra/Maintainers.rst b/clang-tools-extra/Maintainers.rst index d199f8d7058c..9b7b6e827ae4 100644 --- a/clang-tools-extra/Maintainers.rst +++ b/clang-tools-extra/Maintainers.rst @@ -33,6 +33,9 @@ clang-tidy | Victor Chernyakin | chernyakin.victor.j@outlook.com (email), localspook (GitHub), LocalSpook (Discourse), localspook (Discord) +| Zeyi Xu +| zeyi2@nekoarch.cc (email), zeyi2 (Github), zeyi2 (Discourse), zeyi1 (Discord) + clang-query -----------