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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits