[clang] 268032f - [clang] Add myself as code owner for the new constant interpreter

Timm Bäder via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 27 04:39:45 PDT 2023


Author: Timm Bäder
Date: 2023-06-27T13:39:03+02:00
New Revision: 268032f6f10d595bb723f6b4a21632a9f3b35be8

URL: https://github.com/llvm/llvm-project/commit/268032f6f10d595bb723f6b4a21632a9f3b35be8
DIFF: https://github.com/llvm/llvm-project/commit/268032f6f10d595bb723f6b4a21632a9f3b35be8.diff

LOG: [clang] Add myself as code owner for the new constant interpreter

As discussed in the RFC at
https://discourse.llvm.org/t/rfc-proposing-a-code-owner-for-the-experimental-constexpr-interpreter/71514

Added: 
    

Modified: 
    clang/CodeOwners.rst

Removed: 
    


################################################################################
diff  --git a/clang/CodeOwners.rst b/clang/CodeOwners.rst
index b2183a72b0a7f..771f245a49eba 100644
--- a/clang/CodeOwners.rst
+++ b/clang/CodeOwners.rst
@@ -58,6 +58,12 @@ Analysis & CFG
 | sgatev\@google.com (email), sgatev (Phabricator), sgatev (GitHub)
 
 
+Experimental new constant interpreter
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+| Timm Bäder
+| tbaeder at redhat.com (email), tbaeder (Phabricator), tbaederr (GitHub)
+
+
 Modules & serialization
 ~~~~~~~~~~~~~~~~~~~~~~~
 | Chuanqi Xu


        


More information about the cfe-commits mailing list