Skip to content

Commit 15047b1

Browse files
committed
[NFC] Add code owners for Sema
1 parent f08bb74 commit 15047b1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CODEOWNERS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,18 @@ lib/ClangImporter @zoecarver @hyp @egorzhdan
2828
lib/PrintAsClang @zoecarver @hyp @egorzhdan
2929
stdlib/public/Cxx @zoecarver @hyp @egorzhdan
3030
test/Interop @zoecarver @hyp @egorzhdan
31+
32+
# Sema
33+
/include/swift/Sema/ @hborla @slavapestov @xedin
34+
/lib/Sema/ @hborla @slavapestov @xedin
35+
/lib/Sema/TypeCheckType.* @AnthonyLatsis @hborla @slavapestov @xedin
36+
/lib/Sema/TypeCheckProtocol.* @AnthonyLatsis @hborla @slavapestov @xedin
37+
/test/Constraints/ @hborla @slavapestov @xedin
38+
/test/decl/ @hborla @slavapestov
39+
/test/decl/protocol/ @AnthonyLatsis @hborla @slavapestov
40+
/test/expr/ @hborla @slavapestov @xedin
41+
/test/Generics/ @hborla @slavapestov
42+
/test/Sema/ @hborla @slavapestov @xedin
43+
/test/stmt/ @hborla @xedin
44+
/test/type/ @hborla @slavapestov @xedin
45+
/validation-test/Sema/ @hborla @slavapestov @xedin

0 commit comments

Comments
 (0)