https://github.com/Sirraide created 
https://github.com/llvm/llvm-project/pull/117324

Doug implemented quite literally all of it and has been continuously improving 
the implementation by handling more language constructs we had initially 
missed. I spent a lot of time reviewing the implementation of the attributes as 
well as the analysis pass, so in other words, the two of us are probably best 
equipped to answer any questions that might arise wrt this part of Clang.

@dougsonos I hope you’re fine w/ me nominating you, because I’m familiar w/ the 
implementation, but not so much realtime processing and its requirements... 
Also, can you check if I found the right email?

>From 8d1e4b65069c81ffdb05ffdd5308b4dd44451155 Mon Sep 17 00:00:00 2001
From: Sirraide <aeternalm...@gmail.com>
Date: Fri, 22 Nov 2024 13:46:56 +0100
Subject: [PATCH 1/2] [Clang] Add myself and Doug Wyatt as maintainers for
 function effect analysis

---
 clang/Maintainers.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst
index b601f4da0b3a93..602ecd9961b80d 100644
--- a/clang/Maintainers.rst
+++ b/clang/Maintainers.rst
@@ -176,6 +176,14 @@ Thread Safety Analysis
 | aaron.puchert\@sap.com (email), aaronpuchert (GitHub), aaronpuchert 
(Discourse)
 
 
+Function Effect Analysis
+~~~~~~~~~~~~~~~~~~~~~~~~
+| Doug Wyatt
+| dwyatt\@apple.com (email), dougsonos (GitHub)
+
+| Sirraide
+| aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), 
Sirraide (Discourse)
+
 Tools
 -----
 These maintainers are responsible for user-facing tools under the Clang

>From 3faa36019da0707c56dcc2b789d831d13ca2d539 Mon Sep 17 00:00:00 2001
From: Sirraide <aeternalm...@gmail.com>
Date: Fri, 22 Nov 2024 13:53:11 +0100
Subject: [PATCH 2/2] =?UTF-8?q?Add=20Doug=E2=80=99s=20discourse=20name=20a?=
 =?UTF-8?q?s=20well?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 clang/Maintainers.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst
index 602ecd9961b80d..dab33ab7c9aa1c 100644
--- a/clang/Maintainers.rst
+++ b/clang/Maintainers.rst
@@ -179,7 +179,7 @@ Thread Safety Analysis
 Function Effect Analysis
 ~~~~~~~~~~~~~~~~~~~~~~~~
 | Doug Wyatt
-| dwyatt\@apple.com (email), dougsonos (GitHub)
+| dwyatt\@apple.com (email), dougsonos (GitHub), dougsonos (Discourse)
 
 | Sirraide
 | aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), 
Sirraide (Discourse)

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to