[clang] Nominate Sirraide for AST visitors and Sema (PR #114092)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 29 10:27:36 PDT 2024
https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/114092
Sirraide has been actively reviewing Sema code for a while now and definitely has the expertise to help maintain that section of the compiler. Further, he has been refactoring AST visitors to try to reduce the compile time overhead associated with them and would be a good resource for keeping an eye on that part of the code base too.
>From 22f9518aeae6807e94f1384f02b3375433a9a3a0 Mon Sep 17 00:00:00 2001
From: Aaron Ballman <aaron at aaronballman.com>
Date: Tue, 29 Oct 2024 13:24:42 -0400
Subject: [PATCH] Nominate Sirraide for AST visitors and Sema
Sirraide has been actively reviewing Sema code for a while now and
definitely has the expertise to help maintain that section of the
compiler. Further, he has been refactoring AST visitors to try to
reduce the compile time overhead associated with them and would be a
good resource for keeping an eye on that part of the code base too.
---
clang/Maintainers.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst
index 39f46457e676a8..993a7a1252a567 100644
--- a/clang/Maintainers.rst
+++ b/clang/Maintainers.rst
@@ -33,6 +33,12 @@ AST matchers
| aaron\@aaronballman.com (email), aaron.ballman (Phabricator), AaronBallman (GitHub), AaronBallman (Discourse), aaronballman (Discord), AaronBallman (IRC)
+AST Visitors
+~~~~~~~~~~~~
+| Sirraide
+| aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), Sirraide (Discourse)
+
+
Clang LLVM IR generation
~~~~~~~~~~~~~~~~~~~~~~~~
| John McCall
@@ -57,6 +63,12 @@ Analysis & CFG
| sgatev\@google.com (email), sgatev (Phabricator), sgatev (GitHub)
+Sema
+~~~~
+| Sirraide
+| aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), Sirraide (Discourse)
+
+
Experimental new constant interpreter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Timm Bäder
More information about the cfe-commits
mailing list