Skip to content

Commit 2866a37

Browse files
authored
Merge pull request #64818 from xedin/add-allan-to-code-owners
[CODEOWNERS] Add @tshortli as a code owner for availability analysis …
2 parents 69f769f + f93a37d commit 2866a37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
# include
5252
/include/swift/AST/ @hborla @slavapestov @xedin
53+
/include/swift/AST/*Availability* @tshortli
5354
/include/swift/AST/*Conformance* @slavapestov
5455
/include/swift/AST/*Distributed* @ktoso
5556
/include/swift/AST/*Generic* @hborla @slavapestov
@@ -76,6 +77,8 @@
7677

7778
# lib
7879
/lib/AST/ @hborla @slavapestov @xedin
80+
/lib/AST/*Availability* @tshortli
81+
/lib/AST/ASTPrinter.cpp @hborla @slavapestov @xedin @tshortli
7982
/lib/AST/*Conformance* @slavapestov
8083
/lib/AST/*Generic* @hborla @slavapestov
8184
/lib/AST/*Requirement* @hborla @slavapestov
@@ -88,7 +91,7 @@
8891
/lib/ClangImporter @zoecarver @hyp @egorzhdan
8992
/lib/DependencyScan @artemcm
9093
/lib/Driver @artemcm
91-
/lib/Frontend/ModuleInterfaceLoader.cpp @artemcm
94+
/lib/Frontend/*ModuleInterface* @artemcm @tshortli
9295
# TODO: /lib/IRGen/
9396
/lib/IDE/ @ahoppen @bnbarham @rintaro
9497
/lib/IDETool/ @ahoppen @bnbarham @rintaro

0 commit comments

Comments
 (0)