File tree 15 files changed +17
-2
lines changed
15 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 14
14
#define SWIFT_AST_CONST_TYPE_INFO_H
15
15
16
16
#include " swift/AST/Attr.h"
17
+ #include " swift/AST/AvailabilitySpec.h"
17
18
#include " swift/AST/Type.h"
18
19
#include " swift/AST/TypeCheckRequests.h"
19
20
#include < memory>
Original file line number Diff line number Diff line change 20
20
#include " swift/AST/ASTAllocated.h"
21
21
#include " swift/AST/ASTNode.h"
22
22
#include " swift/AST/AvailabilityRange.h"
23
- #include " swift/AST/AvailabilitySpec.h"
24
23
#include " swift/AST/ConcreteDeclRef.h"
25
24
#include " swift/AST/IfConfigClause.h"
26
25
#include " swift/AST/ThrownErrorDestination.h"
@@ -36,6 +35,7 @@ namespace swift {
36
35
class AnyPattern ;
37
36
class ASTContext ;
38
37
class ASTWalker ;
38
+ class AvailabilitySpec ;
39
39
class Decl ;
40
40
class DeclContext ;
41
41
class Evaluator ;
Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ namespace swift {
53
53
class SILParserStateBase ;
54
54
class SourceManager ;
55
55
class UUID ;
56
-
56
+ class PlatformVersionConstraintAvailabilitySpec ;
57
+ class PlatformAgnosticVersionConstraintAvailabilitySpec ;
58
+
57
59
struct EnumElementInfo ;
58
60
59
61
// / Different contexts in which BraceItemList are parsed.
Original file line number Diff line number Diff line change 20
20
#include " swift/AST/ASTVisitor.h"
21
21
#include " swift/AST/Attr.h"
22
22
#include " swift/AST/AutoDiff.h"
23
+ #include " swift/AST/AvailabilitySpec.h"
23
24
#include " swift/AST/ClangModuleLoader.h"
24
25
#include " swift/AST/ForeignAsyncConvention.h"
25
26
#include " swift/AST/ForeignErrorConvention.h"
Original file line number Diff line number Diff line change 18
18
19
19
#include " swift/AST/ASTContext.h"
20
20
#include " swift/AST/AvailabilityInference.h"
21
+ #include " swift/AST/AvailabilitySpec.h"
21
22
#include " swift/AST/Decl.h"
22
23
#include " swift/AST/Expr.h"
23
24
#include " swift/AST/Module.h"
Original file line number Diff line number Diff line change 17
17
#include " swift/AST/Stmt.h"
18
18
#include " swift/AST/ASTContext.h"
19
19
#include " swift/AST/ASTWalker.h"
20
+ #include " swift/AST/AvailabilitySpec.h"
20
21
#include " swift/AST/Decl.h"
21
22
#include " swift/AST/Expr.h"
22
23
#include " swift/AST/Pattern.h"
Original file line number Diff line number Diff line change 14
14
#include " swift/AST/ASTContext.h"
15
15
#include " swift/AST/ASTMangler.h"
16
16
#include " swift/AST/ASTWalker.h"
17
+ #include " swift/AST/AvailabilitySpec.h"
17
18
#include " swift/AST/Decl.h"
18
19
#include " swift/AST/DiagnosticEngine.h"
19
20
#include " swift/AST/DiagnosticsFrontend.h"
Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " swift/AST/ASTWalker.h"
14
+ #include " swift/AST/AvailabilitySpec.h"
14
15
#include " swift/AST/GenericParamList.h"
15
16
#include " swift/AST/TypeRepr.h"
16
17
#include " swift/Basic/Assertions.h"
Original file line number Diff line number Diff line change 16
16
17
17
#include "swift/AST/ASTWalker.h"
18
18
#include "swift/AST/Attr.h"
19
+ #include "swift/AST/AvailabilitySpec.h"
19
20
#include "swift/AST/DebuggerClient.h"
20
21
#include "swift/AST/Decl.h"
21
22
#include "swift/AST/DiagnosticsParse.h"
Original file line number Diff line number Diff line change 16
16
17
17
#include "swift/AST/ASTWalker.h"
18
18
#include "swift/AST/Attr.h"
19
+ #include "swift/AST/AvailabilitySpec.h"
19
20
#include "swift/AST/DiagnosticsParse.h"
20
21
#include "swift/AST/TypeRepr.h"
21
22
#include "swift/Basic/Assertions.h"
Original file line number Diff line number Diff line change 15
15
// ===----------------------------------------------------------------------===//
16
16
#include " swift/AST/ParseRequests.h"
17
17
#include " swift/AST/ASTContext.h"
18
+ #include " swift/AST/AvailabilitySpec.h"
18
19
#include " swift/AST/Decl.h"
19
20
#include " swift/AST/DeclContext.h"
20
21
#include " swift/AST/Module.h"
Original file line number Diff line number Diff line change 16
16
17
17
#include "swift/AST/ASTWalker.h"
18
18
#include "swift/AST/Attr.h"
19
+ #include "swift/AST/AvailabilitySpec.h"
19
20
#include "swift/AST/Decl.h"
20
21
#include "swift/AST/FileUnit.h"
21
22
#include "swift/Basic/Assertions.h"
Original file line number Diff line number Diff line change 20
20
#include "TypeCheckAvailability.h"
21
21
#include "TypeCheckDecl.h"
22
22
#include "TypeChecker.h"
23
+ #include "swift/AST/AvailabilitySpec.h"
23
24
#include "swift/AST/Decl.h"
24
25
#include "swift/AST/Expr.h"
25
26
#include "swift/AST/ParameterList.h"
Original file line number Diff line number Diff line change 21
21
#include "TypeChecker.h"
22
22
#include "swift/AST/ASTBridging.h"
23
23
#include "swift/AST/ASTWalker.h"
24
+ #include "swift/AST/AvailabilitySpec.h"
24
25
#include "swift/AST/ConformanceLookup.h"
25
26
#include "swift/AST/DiagnosticsSema.h"
26
27
#include "swift/AST/ExistentialLayout.h"
Original file line number Diff line number Diff line change 25
25
#include "swift/AST/AvailabilityDomain.h"
26
26
#include "swift/AST/AvailabilityInference.h"
27
27
#include "swift/AST/AvailabilityScope.h"
28
+ #include "swift/AST/AvailabilitySpec.h"
28
29
#include "swift/AST/ClangModuleLoader.h"
29
30
#include "swift/AST/DiagnosticsParse.h"
30
31
#include "swift/AST/GenericEnvironment.h"
You can’t perform that action at this time.
0 commit comments