[ExtractAPI] Update CODEOWNERS (#171866)

Daniel Grumberg is no longer a maintainer for Clang ExtractAPI. I have
updated the code owners list accordingly and added myself in his stead.
This commit is contained in:
Prajwal Nadig
2025-12-11 18:31:56 +01:00
committed by GitHub
parent 2797688887
commit 8471f36e28

2
.github/CODEOWNERS vendored
View File

@@ -179,7 +179,7 @@
/clang/tools/clang-installapi/ @cyndyishida
# ExtractAPI
/clang/**/ExtractAPI @daniel-grumberg @QuietMisdreavus
/clang/**/ExtractAPI @QuietMisdreavus @snprajwal
# DWARFLinker, dwarfutil, dsymutil
/llvm/**/DWARFLinker/ @JDevlieghere