[clang] Nominate Corentin Jabot for lambdas (PR #114043)

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 29 05:54:40 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Aaron Ballman (AaronBallman)

<details>
<summary>Changes</summary>

Corentin has largely been handling reviews touching lambdas for the past year or two, so he has significant understanding of the various moving parts of this fairly substantial C++ feature. Given that work on lambdas tends to be somewhat specialized, I think it makes sense for it to have dedicated oversight.

---
Full diff: https://github.com/llvm/llvm-project/pull/114043.diff


1 Files Affected:

- (modified) clang/Maintainers.rst (+6) 


``````````diff
diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst
index ee5334b02f7000..978b7418c9085d 100644
--- a/clang/Maintainers.rst
+++ b/clang/Maintainers.rst
@@ -78,6 +78,12 @@ Templates
 | ekeane\@nvidia.com (email), ErichKeane (Phabricator), erichkeane (GitHub)
 
 
+Lambdas
+~~~~~~~
+| Corentin Jabot
+| corentin.jabot\@gmail.com (email), cor3ntin (Phabricator), cor3ntin (GitHub)
+
+
 Debug information
 ~~~~~~~~~~~~~~~~~
 | Adrian Prantl

``````````

</details>


https://github.com/llvm/llvm-project/pull/114043


More information about the cfe-commits mailing list