From 9d11ec74b09d734abf5efada66dfd3fe11cbcb5b Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 6 Oct 2023 08:01:34 -0700 Subject: [PATCH] [GitHub] Add myself to CODEOWNERS for LLDB (NFC) Add myself to CODEOWNERS for the lldb subdirectory. Discourse discussion: https://discourse.llvm.org/t/usage-of-codeowners-file/73524 --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8fb4c7523a6c..e2635ffb3eaf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -30,3 +30,5 @@ /clang/test/CXX/drs/ @Endilll /clang/www/cxx_dr_status.html @Endilll /clang/www/make_cxx_dr_status @Endilll + +/lldb/ @JDevlieghere