[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.
This commit is contained in:
Andrzej Warzyński 2026-03-20 07:56:53 +00:00 committed by GitHub
parent c8dd82916b
commit facc82de4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.github/CODEOWNERS vendored
View File

@ -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