Skip to content

Commit 38d6427

Browse files
committed
Add myself as code owner for debug info generation
1 parent 475f779 commit 38d6427

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
/include/swift/PrintAsClang @zoecarver @hyp @egorzhdan
7070
# TODO: /include/swift/SIL/
7171
# TODO: /include/swift/SILOptimizer/
72+
/include/swift/SIL/SILDebug* @adrian-prantl
7273
/include/swift/SILOptimizer/Utils/Distributed* @ktoso
7374
/include/swift/Sema/ @hborla @slavapestov @xedin
7475
/include/swift/Sema/CS* @hborla @xedin
@@ -98,13 +99,16 @@
9899
/lib/Index/ @bnbarham
99100
/lib/Refactoring/ @ahoppen @bnbarham
100101
/lib/IRGen/*Distributed* @ktoso
102+
/lib/IRGen/*Debug* @adrian-prantl
101103
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
102104
/lib/PrintAsClang @zoecarver @hyp @egorzhdan
103105
# TODO: /lib/SIL/
104106
# TODO: /lib/SILGen/
105107
/lib/SILGen/*Distributed* @ktoso
106108
# TODO: /lib/SILOptimizer/
107109
/lib/SILOptimizer/Utils/Distributed* @ktoso
110+
/lib/SIL/IR/SILLocation* @adrian-prantl
111+
/lib/SIL/IR/SILDebug* @adrian-prantl
108112
/lib/Sema/ @hborla @slavapestov @xedin
109113
/lib/Sema/*Availability* @tshortli
110114
/lib/Sema/CS* @hborla @xedin
@@ -132,6 +136,7 @@
132136
# test
133137
/test/ASTGen/ @zoecarver @CodaFi
134138
/test/Constraints/ @hborla @xedin
139+
swift/test/DebugInfo/ @adrian-prantl
135140
/test/Distributed/ @ktoso
136141
/test/Driver/ @artemcm
137142
/test/Generics/ @hborla @slavapestov

0 commit comments

Comments
 (0)