|
24 | 24 | #include "swift/AST/ClangNode.h" |
25 | 25 | #include "swift/AST/ConcreteDeclRef.h" |
26 | 26 | #include "swift/AST/DefaultArgumentKind.h" |
27 | | -#include "swift/AST/DiagnosticConsumer.h" |
28 | 27 | #include "swift/AST/DiagnosticEngine.h" |
29 | 28 | #include "swift/AST/ForeignAsyncConvention.h" |
30 | 29 | #include "swift/AST/ForeignErrorConvention.h" |
31 | 30 | #include "swift/AST/FreestandingMacroExpansion.h" |
32 | 31 | #include "swift/AST/GenericParamKey.h" |
33 | 32 | #include "swift/AST/IfConfigClause.h" |
| 33 | +#include "swift/AST/Import.h" |
34 | 34 | #include "swift/AST/LayoutConstraint.h" |
35 | 35 | #include "swift/AST/LifetimeAnnotation.h" |
36 | 36 | #include "swift/AST/ReferenceCounting.h" |
|
45 | 45 | #include "swift/Basic/Debug.h" |
46 | 46 | #include "swift/Basic/InlineBitfield.h" |
47 | 47 | #include "swift/Basic/Located.h" |
| 48 | +#include "swift/Basic/Nullability.h" |
48 | 49 | #include "swift/Basic/NullablePtr.h" |
49 | 50 | #include "swift/Basic/OptionalEnum.h" |
50 | 51 | #include "swift/Basic/Range.h" |
51 | 52 | #include "llvm/ADT/DenseSet.h" |
| 53 | +#include "llvm/ADT/TinyPtrVector.h" |
52 | 54 | #include "llvm/Support/TrailingObjects.h" |
53 | 55 | #include <map> |
54 | 56 | #include <type_traits> |
55 | 57 |
|
| 58 | +namespace clang { |
| 59 | +class PointerAuthQualifier; |
| 60 | +} // end namespace clang |
| 61 | + |
56 | 62 | namespace swift { |
57 | 63 | enum class AccessSemantics : unsigned char; |
58 | 64 | class AccessorDecl; |
|
0 commit comments