-
Notifications
You must be signed in to change notification settings - Fork 10.5k
/
Copy pathCODEOWNERS
44 lines (36 loc) · 1.49 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.
# Owners of ASTGen
lib/ASTGen @zoecarver @CodaFi
# Dependency scanning
include/swift/DependencyScan @artemcm
lib/AST/ModuleLoader.cpp @artemcm
lib/DependencyScan @artemcm
lib/Frontend/ModuleInterfaceLoader.cpp @artemcm
lib/Serialization/SerializedModuleLoader.cpp @artemcm
test/ScanDependencies @artemcm
# Driver
include/swift/Driver @artemcm
lib/Driver @artemcm
test/Driver @artemcm
# Owners of the parser
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
SwiftCompilerSources @eeckstein
# C++ Interop
include/swift/ClangImporter @zoecarver @hyp @egorzhdan
include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
lib/ClangImporter @zoecarver @hyp @egorzhdan
lib/PrintAsClang @zoecarver @hyp @egorzhdan
stdlib/public/Cxx @zoecarver @hyp @egorzhdan
test/Interop @zoecarver @hyp @egorzhdan
# Threading implementation
include/swift/Threading @al45tair
lib/Threading @al45tair
# Windows support
cmake/**/*Windows* @compnerd
lib/Basic/Windows @compnerd
stdlib/public/Windows @compnerd
utils/*windows* @compnerd