Skip to content

Commit ea98bae

Browse files
committed
NFC: add code owners for C++ interop
This teaches GitHub to automatically add the three of us as reviewers to patches that alter the source files related to C++ interop. This doesn't mean that all of the people added as reviewers must necessarily review a patch, is just makes it more straightforward for folks who don't have commit access to request reviews for their patches.
1 parent 89c032c commit ea98bae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@
66
include/swift/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
77
lib/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
88
test/Parse @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
9+
10+
# C++ Interop
11+
include/swift/ClangImporter @zoecarver @hyp @egorzhdan
12+
include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
13+
lib/ClangImporter @zoecarver @hyp @egorzhdan
14+
lib/PrintAsClang @zoecarver @hyp @egorzhdan
15+
stdlib/public/Cxx @zoecarver @hyp @egorzhdan
16+
test/Interop @zoecarver @hyp @egorzhdan

0 commit comments

Comments
 (0)