Skip to content

Commit 3398d29

Browse files
committed
.github: Add missing mappings implied by owning /lib/Driver
1 parent 66e4582 commit 3398d29

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
/include/swift/AST/Evaluator* @CodaFi @slavapestov
6666
/include/swift/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
6767
/include/swift/DependencyScan @artemcm
68-
/include/swift/Driver @artemcm
68+
/include/swift/Driver*/ @artemcm
6969
# TODO: /include/swift/IRGen/
7070
/include/swift/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
7171
/include/swift/Index/ @ahoppen @bnbarham @hamishknight @rintaro
@@ -103,7 +103,7 @@
103103
/lib/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
104104
/lib/ClangImporter/DWARFImporter* @adrian-prantl
105105
/lib/DependencyScan @artemcm
106-
/lib/Driver @artemcm
106+
/lib/Driver*/ @artemcm
107107
/lib/DriverTool/autolink_extract_main.cpp @MaxDesiatov @etcwilde
108108
/lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus
109109
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
@@ -200,6 +200,7 @@
200200
# tools
201201
# TODO: /tools
202202
/tools/SourceKit @ahoppen @bnbarham @hamishknight @rintaro
203+
/tools/driver/ @artemcm
203204
/tools/lldb-moduleimport-test/ @adrian-prantl
204205
/tools/swift-ide-test @ahoppen @bnbarham @hamishknight @rintaro
205206
/tools/swift-inspect @mikeash @al45tair @compnerd
@@ -231,6 +232,7 @@
231232

232233
# validation-test
233234
# TODO: /validation-test/IRGen/
235+
/validation-test/Driver/ @artemcm
234236
/validation-test/IDE/ @ahoppen @bnbarham @rintaro @hamishknight
235237
/validation-test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @hamishknight @rintaro
236238
# TODO: /validation-test/SIL/

0 commit comments

Comments
 (0)