Author: Sirraide Date: 2024-11-22T21:14:21+01:00 New Revision: 2fe947b47798de1ad20553be4e162e332428ad91
URL: https://github.com/llvm/llvm-project/commit/2fe947b47798de1ad20553be4e162e332428ad91 DIFF: https://github.com/llvm/llvm-project/commit/2fe947b47798de1ad20553be4e162e332428ad91.diff LOG: [Clang] Add Doug Wyatt and myself as maintainers for function effect analysis (#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. Added: Modified: clang/Maintainers.rst Removed: ################################################################################ diff --git a/clang/Maintainers.rst b/clang/Maintainers.rst index b601f4da0b3a93..7396211715a80a 100644 --- a/clang/Maintainers.rst +++ b/clang/Maintainers.rst @@ -176,6 +176,15 @@ 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits