Skip to content

Commit fa7189f

Browse files
authored
Merge pull request swiftlang#65971 from hamishknight/guess-i-own-coverage-now
2 parents e4ec78c + 3b84cbf commit fa7189f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
/include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
7070
# TODO: /include/swift/SIL/
7171
# TODO: /include/swift/SILOptimizer/
72+
/include/swift/SIL/*Coverage* @hamishknight
73+
/include/swift/SIL/SILProfiler.h @hamishknight
7274
/include/swift/SIL/SILDebug* @adrian-prantl
7375
/include/swift/SILOptimizer/Utils/Distributed* @ktoso
7476
/include/swift/Sema/ @hborla @slavapestov @xedin
@@ -101,11 +103,14 @@
101103
/lib/IDETool/ @ahoppen @bnbarham @rintaro
102104
/lib/Index/ @bnbarham
103105
/lib/Refactoring/ @ahoppen @bnbarham
106+
/lib/IRGen/*Coverage* @hamishknight
104107
/lib/IRGen/*Debug* @adrian-prantl
105108
/lib/IRGen/*Distributed* @ktoso
106109
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
107110
/lib/PrintAsClang @zoecarver @hyp @egorzhdan
108111
# TODO: /lib/SIL/
112+
/lib/SIL/IR/*Coverage* @hamishknight
113+
/lib/SIL/IR/SILProfiler.cpp @hamishknight
109114
/lib/SIL/IR/SILDebug* @adrian-prantl
110115
/lib/SIL/IR/SILLocation* @adrian-prantl
111116
# TODO: /lib/SILGen/
@@ -152,6 +157,7 @@
152157
/test/SourceKit/ @ahoppen @bnbarham @rintaro
153158
/test/Interop/ @zoecarver @hyp @egorzhdan
154159
/test/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
160+
/test/Profiler @hamishknight
155161
# TODO: /test/SIL/
156162
# TODO: /test/SILGen/
157163
# TODO: /test/SILOptimizer/

0 commit comments

Comments
 (0)