Author: Baranov Victor Date: 2025-12-05T19:54:56+03:00 New Revision: 94a2bc9ed747aefeaa4ef2fae8470c69dc4fe29a
URL: https://github.com/llvm/llvm-project/commit/94a2bc9ed747aefeaa4ef2fae8470c69dc4fe29a DIFF: https://github.com/llvm/llvm-project/commit/94a2bc9ed747aefeaa4ef2fae8470c69dc4fe29a.diff LOG: [clang-tidy] Add vbvictor to list of maintainers (#167407) I've been actively contributing to the `clang-tidy` project this year and was reviewing patches practically daily for the past half a year. [As per LLVM policy](https://llvm.org/docs/DeveloperPolicy.html#maintainers), I believe I've successfully carried out maintainer responsibilities, thus I volunteer to become one. I'm looking forward to staying engaged with LLVM community, help newcomers and develop `clang-tidy` as well as other LLVM projects. Added: Modified: clang-tools-extra/Maintainers.rst Removed: ################################################################################ diff --git a/clang-tools-extra/Maintainers.rst b/clang-tools-extra/Maintainers.rst index 2603ebadf529c..094f1157f4dbb 100644 --- a/clang-tools-extra/Maintainers.rst +++ b/clang-tools-extra/Maintainers.rst @@ -33,6 +33,9 @@ clang-tidy | Piotr Zegar | [email protected] (email), PiotrZSL (GitHub), PiotrZSL (Discourse), PiotrZSL (Discord) +| Victor Baranov +| [email protected] (email), vbvictor (GitHub), vbvictor (Discourse), vbvictor (Discord) + clang-query ----------- _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
