|
1 |
| -# Lines starting with '#' are comments. |
2 |
| -# Each line is a file pattern followed by one or more owners. |
3 |
| -# Order is important. The last matching pattern has the most precedence. |
4 |
| - |
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 |
24 |
| -test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro |
25 |
| - |
26 |
| -SwiftCompilerSources @eeckstein |
27 |
| - |
28 |
| -# C++ Interop |
29 |
| -include/swift/ClangImporter @zoecarver @hyp @egorzhdan |
30 |
| -include/swift/PrintAsClang @zoecarver @hyp @egorzhdan |
31 |
| -lib/ClangImporter @zoecarver @hyp @egorzhdan |
32 |
| -lib/PrintAsClang @zoecarver @hyp @egorzhdan |
33 |
| -stdlib/public/Cxx @zoecarver @hyp @egorzhdan |
34 |
| -test/Interop @zoecarver @hyp @egorzhdan |
35 |
| - |
36 |
| -# Threading implementation |
37 |
| -include/swift/Threading @al45tair |
38 |
| -lib/Threading @al45tair |
39 |
| - |
40 |
| -# Windows support |
41 |
| -cmake/**/*Windows* @compnerd |
42 |
| -lib/Basic/Windows @compnerd |
43 |
| -stdlib/public/Windows @compnerd |
44 |
| -utils/*windows* @compnerd |
| 1 | +# For the release branch @apple/swift5-branch-managers needs to approve the changes |
| 2 | +* @apple/swift5-branch-managers |
0 commit comments