[llvm] add QuietMisdreavus to Clang/ExtractAPI code owners (PR #115206)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 12:22:22 PST 2024


https://github.com/QuietMisdreavus created https://github.com/llvm/llvm-project/pull/115206

Adding myself to the ExtractAPI code owners listing so i can participate in code reviews.

>From 375170160d7541369dba9141635a0eab59f57efe Mon Sep 17 00:00:00 2001
From: Vera Mitchell <vgm at apple.com>
Date: Wed, 6 Nov 2024 13:16:54 -0700
Subject: [PATCH] add QuietMisdreavus to ExtractAPI code owners

---
 .github/CODEOWNERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 37b4b51ae3b973..ab48c45a70a90e 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -141,7 +141,7 @@
 /clang/tools/clang-installapi/ @cyndyishida
 
 # ExtractAPI
-/clang/**/ExtractAPI @daniel-grumberg
+/clang/**/ExtractAPI @daniel-grumberg @QuietMisdreavus
 
 # DWARFLinker, dwarfutil, dsymutil
 /llvm/**/DWARFLinker/ @JDevlieghere



More information about the llvm-commits mailing list