From 59d02af9db17b124834d296af41489aab099454e Mon Sep 17 00:00:00 2001 From: xlauko 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