Skip to content

Commit 31af73b

Browse files
committed
[NFC] github: Add code owners for Sema
1 parent f9873b2 commit 31af73b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/CODEOWNERS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,24 @@ utils/*windows* @compnerd
7272
/lib/AST/*Substitution @slavapestov
7373
/unittests/AST/ @hborla @slavapestov @xedin
7474
/unittests/AST/*Evaluator* @CodaFi @slavapestov
75+
76+
# Sema
77+
/include/swift/Sema/ @hborla @slavapestov @xedin
78+
/include/swift/Sema/Constraint* @hborla @xedin
79+
/include/swift/Sema/CS* @hborla @xedin
80+
/lib/Sema/ @hborla @slavapestov @xedin
81+
/lib/Sema/Constraint* @hborla @xedin
82+
/lib/Sema/CS* @hborla @xedin
83+
/lib/Sema/DerivedConformance* @slavapestov
84+
/lib/Sema/TypeCheckType* @AnthonyLatsis @hborla @slavapestov @xedin
85+
/lib/Sema/TypeCheckProtocol* @AnthonyLatsis @hborla @slavapestov
86+
/test/Constraints/ @hborla @xedin
87+
/test/decl/ @hborla @slavapestov
88+
/test/decl/protocol/ @AnthonyLatsis @hborla @slavapestov
89+
/test/expr/ @hborla @slavapestov @xedin
90+
/test/Generics/ @hborla @slavapestov
91+
/test/Sema/ @hborla @slavapestov @xedin
92+
/test/stmt/ @hborla @xedin
93+
/test/type/ @hborla @slavapestov @xedin
94+
/validation-test/Sema/ @hborla @slavapestov @xedin
95+
/unittests/Sema/ @hborla @xedin

0 commit comments

Comments
 (0)