Skip to content

Commit ba1ae6b

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/CODEOWNERS

Lines changed: 7 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
@@ -89,6 +90,7 @@
8990
/lib/ASTGen/ @zoecarver @CodaFi
9091
/lib/Basic/Windows @compnerd
9192
/lib/ClangImporter @zoecarver @hyp @egorzhdan
93+
/lib/ClangImporter/DWARFImporter* @adrian-prantl
9294
/lib/DependencyScan @artemcm
9395
/lib/Driver @artemcm
9496
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
@@ -97,10 +99,13 @@
9799
/lib/IDETool/ @ahoppen @bnbarham @rintaro
98100
/lib/Index/ @bnbarham
99101
/lib/Refactoring/ @ahoppen @bnbarham
102+
/lib/IRGen/*Debug* @adrian-prantl
100103
/lib/IRGen/*Distributed* @ktoso
101104
/lib/Parse/ @ahoppen @bnbarham @CodaFi @DougGregor @rintaro
102105
/lib/PrintAsClang @zoecarver @hyp @egorzhdan
103106
# TODO: /lib/SIL/
107+
/lib/SIL/IR/SILDebug* @adrian-prantl
108+
/lib/SIL/IR/SILLocation* @adrian-prantl
104109
# TODO: /lib/SILGen/
105110
/lib/SILGen/*Distributed* @ktoso
106111
# TODO: /lib/SILOptimizer/
@@ -132,6 +137,7 @@
132137
# test
133138
/test/ASTGen/ @zoecarver @CodaFi
134139
/test/Constraints/ @hborla @xedin
140+
/test/DebugInfo/ @adrian-prantl
135141
/test/Distributed/ @ktoso
136142
/test/Driver/ @artemcm
137143
/test/Generics/ @hborla @slavapestov
@@ -159,6 +165,7 @@
159165
# tools
160166
# TODO: /tools
161167
/tools/SourceKit @ahoppen @bnbarham @rintaro
168+
/tools/lldb-moduleimport-test/ @adrian-prantl
162169
/tools/swift-ide-test @ahoppen @bnbarham @rintaro
163170
/tools/swift-refactor @ahoppen @bnbarham
164171

0 commit comments

Comments
 (0)