Skip to content

Commit f7909a8

Browse files
authored
Merge pull request #61821 from apple/egorzhdan/cxx-codeowners
NFC: add code owners for C++ interop
2 parents 59f1236 + ea98bae commit f7909a8

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)