Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2024-08-08 11:15:08 -07:00
3 changed files with 0 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ SWIFT_TYPEID(BodyAndFingerprint)
SWIFT_TYPEID(BodyInitKind)
SWIFT_TYPEID(BodyInitKindAndExpr)
SWIFT_TYPEID(CtorInitializerKind)
SWIFT_TYPEID(ResultBuilderBodyPreCheck)
SWIFT_TYPEID(Fingerprint)
SWIFT_TYPEID(GenericSignature)
SWIFT_TYPEID(ImplicitImportList)

View File

@@ -37,7 +37,6 @@ class Decl;
class EnumDecl;
class Fingerprint;
class FuncDecl;
enum class ResultBuilderBodyPreCheck : uint8_t;
class GenericParamList;
class GenericSignature;
class GenericTypeParamType;

View File

@@ -4730,7 +4730,6 @@ void simple_display(llvm::raw_ostream &out, ASTNode node);
void simple_display(llvm::raw_ostream &out, Type value);
void simple_display(llvm::raw_ostream &out, const TypeRepr *TyR);
void simple_display(llvm::raw_ostream &out, ImplicitMemberAction action);
void simple_display(llvm::raw_ostream &out, ResultBuilderBodyPreCheck pck);
/// Computes whether a module is part of the stdlib or contained within the
/// SDK. If no SDK was specified, falls back to whether the module was