mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -21,7 +21,6 @@ SWIFT_TYPEID(BodyAndFingerprint)
|
|||||||
SWIFT_TYPEID(BodyInitKind)
|
SWIFT_TYPEID(BodyInitKind)
|
||||||
SWIFT_TYPEID(BodyInitKindAndExpr)
|
SWIFT_TYPEID(BodyInitKindAndExpr)
|
||||||
SWIFT_TYPEID(CtorInitializerKind)
|
SWIFT_TYPEID(CtorInitializerKind)
|
||||||
SWIFT_TYPEID(ResultBuilderBodyPreCheck)
|
|
||||||
SWIFT_TYPEID(Fingerprint)
|
SWIFT_TYPEID(Fingerprint)
|
||||||
SWIFT_TYPEID(GenericSignature)
|
SWIFT_TYPEID(GenericSignature)
|
||||||
SWIFT_TYPEID(ImplicitImportList)
|
SWIFT_TYPEID(ImplicitImportList)
|
||||||
|
|||||||
@@ -37,7 +37,6 @@ class Decl;
|
|||||||
class EnumDecl;
|
class EnumDecl;
|
||||||
class Fingerprint;
|
class Fingerprint;
|
||||||
class FuncDecl;
|
class FuncDecl;
|
||||||
enum class ResultBuilderBodyPreCheck : uint8_t;
|
|
||||||
class GenericParamList;
|
class GenericParamList;
|
||||||
class GenericSignature;
|
class GenericSignature;
|
||||||
class GenericTypeParamType;
|
class GenericTypeParamType;
|
||||||
|
|||||||
@@ -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, Type value);
|
||||||
void simple_display(llvm::raw_ostream &out, const TypeRepr *TyR);
|
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, ImplicitMemberAction action);
|
||||||
void simple_display(llvm::raw_ostream &out, ResultBuilderBodyPreCheck pck);
|
|
||||||
|
|
||||||
/// Computes whether a module is part of the stdlib or contained within the
|
/// 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
|
/// SDK. If no SDK was specified, falls back to whether the module was
|
||||||
|
|||||||
Reference in New Issue
Block a user