[clang] Nominate Sirraide for AST visitors and Sema (PR #114092)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 29 10:28:10 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Aaron Ballman (AaronBallman)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/114092.diff
1 Files Affected:
- (modified) clang/Maintainers.rst (+12)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/114092
More information about the cfe-commits
mailing list