.github: Add missing mappings implied by owning /lib/Driver

This commit is contained in:
Anthony Latsis
2024-05-08 17:17:39 +03:00
parent 22bd5437f8
commit a80fc95cc1

6
.github/CODEOWNERS vendored
View File

@@ -66,7 +66,7 @@
/include/swift/AST/Evaluator* @CodaFi @slavapestov
/include/swift/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
/include/swift/DependencyScan @artemcm
/include/swift/Driver @artemcm
/include/swift/Driver*/ @artemcm
# TODO: /include/swift/IRGen/
/include/swift/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
/include/swift/Index/ @ahoppen @bnbarham @hamishknight @rintaro
@@ -104,7 +104,7 @@
/lib/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
/lib/ClangImporter/DWARFImporter* @adrian-prantl
/lib/DependencyScan @artemcm
/lib/Driver @artemcm
/lib/Driver*/ @artemcm
/lib/DriverTool/autolink_extract_main.cpp @MaxDesiatov @etcwilde
/lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
@@ -201,6 +201,7 @@
# tools
# TODO: /tools
/tools/SourceKit @ahoppen @bnbarham @hamishknight @rintaro
/tools/driver/ @artemcm
/tools/lldb-moduleimport-test/ @adrian-prantl
/tools/swift-ide-test @ahoppen @bnbarham @hamishknight @rintaro
/tools/swift-inspect @mikeash @al45tair @compnerd
@@ -232,6 +233,7 @@
# validation-test
# TODO: /validation-test/IRGen/
/validation-test/Driver/ @artemcm
/validation-test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
/validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
# TODO: /validation-test/SIL/