[llvm] [github][CIR] Add xlauko and andykaylor as CIR reviewers (PR #148852)

Henrich Lauko via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 15 06:59:21 PDT 2025


https://github.com/xlauko created https://github.com/llvm/llvm-project/pull/148852

None

>From 59d02af9db17b124834d296af41489aab099454e Mon Sep 17 00:00:00 2001
From: xlauko <xlauko at mail.muni.cz>
Date: Tue, 15 Jul 2025 15:58:55 +0200
Subject: [PATCH] [github][CIR] Add xlauko and andykaylor as CIR reviewers

---
 .github/CODEOWNERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c951a24fc8d31..dd7e1771c9361 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -31,9 +31,9 @@
 /clang/www/cxx_dr_status.html @Endilll
 /clang/www/make_cxx_dr_status @Endilll
 
-/clang/include/clang/CIR @lanza @bcardosolopes
-/clang/lib/CIR @lanza @bcardosolopes
-/clang/tools/cir-* @lanza @bcardosolopes
+/clang/include/clang/CIR @lanza @bcardosolopes @xlauko @andykaylor
+/clang/lib/CIR @lanza @bcardosolopes @xlauko @andykaylor
+/clang/tools/cir-* @lanza @bcardosolopes @xlauko @andykaylor
 
 /lldb/ @JDevlieghere
 



More information about the llvm-commits mailing list