Skip to content

Commit 6b72345

Browse files
authored
Merge pull request #6636 from slavapestov/move-some-code-around
Sema: Extract availability code into TypeCheckAvailability.cpp
2 parents cd8360c + aa63f83 commit 6b72345

File tree

7 files changed

+2492
-2442
lines changed

7 files changed

+2492
-2442
lines changed

lib/Sema/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ add_swift_library(swiftSema STATIC
2525
PlaygroundTransform.cpp
2626
SourceLoader.cpp
2727
TypeCheckAttr.cpp
28+
TypeCheckAvailability.cpp
2829
TypeCheckCaptures.cpp
2930
TypeCheckConstraints.cpp
3031
TypeCheckDecl.cpp

0 commit comments

Comments
 (0)