https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/176445
C++20 concepts have a sufficiently large surface area to warrant a dedicated maintainer, and Corentin has already been doing much of the review work of a maintainer in this area. >From 6793bf5ab0372b2db26b354964c8ab2458f9e7b1 Mon Sep 17 00:00:00 2001 From: Aaron Ballman <[email protected]> Date: Fri, 16 Jan 2026 13:03:55 -0500 Subject: [PATCH] Nominate cor3ntin as Concepts maintainer C++20 concepts have a sufficiently large surface area to warrant a dedicated maintainer, and Corentin has already been doing much of the review work of a maintainer in this area. --- clang/Maintainers.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst index 03ad68462f6f5..d49a3d1bc17bd 100644 --- a/clang/Maintainers.rst +++ b/clang/Maintainers.rst @@ -113,6 +113,12 @@ Templates | ekeane\@nvidia.com (email), ErichKeane (Phabricator), erichkeane (GitHub) +Concepts +~~~~~~~~ +| Corentin Jabot +| corentin.jabot\@gmail.com (email), cor3ntin (Phabricator), cor3ntin (GitHub) + + Lambdas ~~~~~~~ | Corentin Jabot _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
