[clang] Add Mariya as maintainer for constant expressions & Sema (PR #114974)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 5 04:21:09 PST 2024


https://github.com/AaronBallman created https://github.com/llvm/llvm-project/pull/114974

Mariya has extensive knowledge of the constant expression evaluator and has done a lot of reviewing in Sema over the past year or so.

>From 4c1e1ac48afe4f873355c7e8a7e54f7506ab1014 Mon Sep 17 00:00:00 2001
From: Aaron Ballman <aaron at aaronballman.com>
Date: Tue, 5 Nov 2024 07:19:32 -0500
Subject: [PATCH] Add Mariya as maintainer for constant expressions & Sema

Mariya has extensive knowledge of the constant expression evaluator
and has done a lot of reviewing in Sema over the past year or so.
---
 clang/Maintainers.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst
index 27255a9c0319b4..d42c0cf96040ab 100644
--- a/clang/Maintainers.rst
+++ b/clang/Maintainers.rst
@@ -68,6 +68,9 @@ Sema
 | Sirraide
 | aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), Sirraide (Discourse)
 
+| Mariya Podchishchaeva
+| mariya.podchishchaeva\@intel.com (email), Fznamznon (GitHub), fznamznon (Discord), Fznamznon (Discourse)
+
 
 Recovery AST
 ~~~~~~~~~~~~
@@ -150,6 +153,12 @@ Driver parts not covered by someone else
 | i\@maskray.me (email), MaskRay (Phabricator), MaskRay (GitHub)
 
 
+Constant Expressions
+~~~~~~~~~~~~~~~~~~~~
+| Mariya Podchishchaeva
+| mariya.podchishchaeva\@intel.com (email), Fznamznon (GitHub), fznamznon (Discord), Fznamznon (Discourse)
+
+
 Tools
 -----
 These maintainers are responsible for user-facing tools under the Clang



More information about the cfe-commits mailing list