From facc82de4f210354537abb7abc5c2a8e6251f17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Warzy=C5=84ski?= Date: Fri, 20 Mar 2026 07:56:53 +0000 Subject: [PATCH] [clang][cir] Adding myself in CODEOWNERS for CIRGenBuiltinAArch64.cpp (#187570) This is to help with #185382 and to make sure that I don't miss any PRs. --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4111e02c07f2..5501c2e942e2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -37,6 +37,7 @@ /clang/include/clang/CIR @lanza @bcardosolopes @xlauko @andykaylor /clang/lib/CIR @lanza @bcardosolopes @xlauko @andykaylor +/clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp @lanza @bcardosolopes @xlauko @andykaylor @banach-space /clang/tools/cir-* @lanza @bcardosolopes @xlauko @andykaylor /lldb/ @JDevlieghere