Skip to content

Commit a80fc95

Browse files
committed
.github: Add missing mappings implied by owning /lib/Driver
1 parent 22bd543 commit a80fc95

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
@@ -66,7 +66,7 @@
6666
/include/swift/AST/Evaluator* @CodaFi @slavapestov
6767
/include/swift/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
6868
/include/swift/DependencyScan @artemcm
69-
/include/swift/Driver @artemcm
69+
/include/swift/Driver*/ @artemcm
7070
# TODO: /include/swift/IRGen/
7171
/include/swift/IDE/ @ahoppen @bnbarham @hamishknight @rintaro
7272
/include/swift/Index/ @ahoppen @bnbarham @hamishknight @rintaro
@@ -104,7 +104,7 @@
104104
/lib/ClangImporter @zoecarver @hyp @egorzhdan @beccadax @ian-twilightcoder
105105
/lib/ClangImporter/DWARFImporter* @adrian-prantl
106106
/lib/DependencyScan @artemcm
107-
/lib/Driver @artemcm
107+
/lib/Driver*/ @artemcm
108108
/lib/DriverTool/autolink_extract_main.cpp @MaxDesiatov @etcwilde
109109
/lib/DriverTool/swift_symbolgraph_extract_main.cpp @QuietMisdreavus
110110
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
@@ -201,6 +201,7 @@
201201
# tools
202202
# TODO: /tools
203203
/tools/SourceKit @ahoppen @bnbarham @hamishknight @rintaro
204+
/tools/driver/ @artemcm
204205
/tools/lldb-moduleimport-test/ @adrian-prantl
205206
/tools/swift-ide-test @ahoppen @bnbarham @hamishknight @rintaro
206207
/tools/swift-inspect @mikeash @al45tair @compnerd
@@ -232,6 +233,7 @@
232233

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

0 commit comments

Comments
 (0)