llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: None (Sirraide)

<details>
<summary>Changes</summary>

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?

---
Full diff: https://github.com/llvm/llvm-project/pull/117324.diff


1 Files Affected:

- (modified) clang/Maintainers.rst (+8) 


``````````diff
diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst
index b601f4da0b3a93..dab33ab7c9aa1c 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), dougsonos (Discourse)
+
+| Sirraide
+| aeternalmail\@gmail.com (email), Sirraide (GitHub), Ætérnal (Discord), 
Sirraide (Discourse)
+
 Tools
 -----
 These maintainers are responsible for user-facing tools under the Clang

``````````

</details>


https://github.com/llvm/llvm-project/pull/117324
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to