We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ed338 commit db59240Copy full SHA for db59240
.github/CODEOWNERS
@@ -5,6 +5,19 @@
5
# Owners of ASTGen
6
lib/ASTGen @zoecarver @CodaFi
7
8
+# Dependency scanning
9
+include/swift/DependencyScan @artemcm
10
+lib/AST/ModuleLoader.cpp @artemcm
11
+lib/DependencyScan @artemcm
12
+lib/Frontend/ModuleInterfaceLoader.cpp @artemcm
13
+lib/Serialization/SerializedModuleLoader.cpp @artemcm
14
+test/ScanDependencies @artemcm
15
+
16
+# Driver
17
+include/swift/Driver @artemcm
18
+lib/Driver @artemcm
19
+test/Driver @artemcm
20
21
# Owners of the parser
22
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
23
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
0 commit comments