File tree Expand file tree Collapse file tree 15 files changed +17
-2
lines changed Expand file tree Collapse file tree 15 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1414#define SWIFT_AST_CONST_TYPE_INFO_H
1515
1616#include " swift/AST/Attr.h"
17+ #include " swift/AST/AvailabilitySpec.h"
1718#include " swift/AST/Type.h"
1819#include " swift/AST/TypeCheckRequests.h"
1920#include < memory>
Original file line number Diff line number Diff line change 2020#include " swift/AST/ASTAllocated.h"
2121#include " swift/AST/ASTNode.h"
2222#include " swift/AST/AvailabilityRange.h"
23- #include " swift/AST/AvailabilitySpec.h"
2423#include " swift/AST/ConcreteDeclRef.h"
2524#include " swift/AST/IfConfigClause.h"
2625#include " swift/AST/ThrownErrorDestination.h"
@@ -36,6 +35,7 @@ namespace swift {
3635class AnyPattern ;
3736class ASTContext ;
3837class ASTWalker ;
38+ class AvailabilitySpec ;
3939class Decl ;
4040class DeclContext ;
4141class Evaluator ;
Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ namespace swift {
5353 class SILParserStateBase ;
5454 class SourceManager ;
5555 class UUID ;
56-
56+ class PlatformVersionConstraintAvailabilitySpec ;
57+ class PlatformAgnosticVersionConstraintAvailabilitySpec ;
58+
5759 struct EnumElementInfo ;
5860
5961 // / Different contexts in which BraceItemList are parsed.
Original file line number Diff line number Diff line change 2020#include " swift/AST/ASTVisitor.h"
2121#include " swift/AST/Attr.h"
2222#include " swift/AST/AutoDiff.h"
23+ #include " swift/AST/AvailabilitySpec.h"
2324#include " swift/AST/ClangModuleLoader.h"
2425#include " swift/AST/ForeignAsyncConvention.h"
2526#include " swift/AST/ForeignErrorConvention.h"
Original file line number Diff line number Diff line change 1818
1919#include " swift/AST/ASTContext.h"
2020#include " swift/AST/AvailabilityInference.h"
21+ #include " swift/AST/AvailabilitySpec.h"
2122#include " swift/AST/Decl.h"
2223#include " swift/AST/Expr.h"
2324#include " swift/AST/Module.h"
Original file line number Diff line number Diff line change 1717#include " swift/AST/Stmt.h"
1818#include " swift/AST/ASTContext.h"
1919#include " swift/AST/ASTWalker.h"
20+ #include " swift/AST/AvailabilitySpec.h"
2021#include " swift/AST/Decl.h"
2122#include " swift/AST/Expr.h"
2223#include " swift/AST/Pattern.h"
Original file line number Diff line number Diff line change 1414#include " swift/AST/ASTContext.h"
1515#include " swift/AST/ASTMangler.h"
1616#include " swift/AST/ASTWalker.h"
17+ #include " swift/AST/AvailabilitySpec.h"
1718#include " swift/AST/Decl.h"
1819#include " swift/AST/DiagnosticEngine.h"
1920#include " swift/AST/DiagnosticsFrontend.h"
Original file line number Diff line number Diff line change 1111// ===----------------------------------------------------------------------===//
1212
1313#include " swift/AST/ASTWalker.h"
14+ #include " swift/AST/AvailabilitySpec.h"
1415#include " swift/AST/GenericParamList.h"
1516#include " swift/AST/TypeRepr.h"
1617#include " swift/Basic/Assertions.h"
Original file line number Diff line number Diff line change 1616
1717#include " swift/AST/ASTWalker.h"
1818#include " swift/AST/Attr.h"
19+ #include " swift/AST/AvailabilitySpec.h"
1920#include " swift/AST/DebuggerClient.h"
2021#include " swift/AST/Decl.h"
2122#include " swift/AST/DiagnosticsParse.h"
Original file line number Diff line number Diff line change 1616
1717#include " swift/AST/ASTWalker.h"
1818#include " swift/AST/Attr.h"
19+ #include " swift/AST/AvailabilitySpec.h"
1920#include " swift/AST/DiagnosticsParse.h"
2021#include " swift/AST/TypeRepr.h"
2122#include " swift/Basic/Assertions.h"
You can’t perform that action at this time.
0 commit comments