We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2f100 commit 57be766Copy full SHA for 57be766
lib/SILGen/SILGenConstructor.cpp
@@ -510,10 +510,6 @@ void SILGenFunction::emitClassConstructorInitializer(ConstructorDecl *ctor) {
510
ConstructorDecl::BodyInitKind::Delegating;
511
}
512
513
- // FIXME: The (potentially partially initialized) value here would need to be
514
- // cleaned up on a constructor failure unwinding, if we were to support
515
- // failing before total initialization.
516
-
517
// Set up the 'self' argument. If this class has a superclass, we set up
518
// self as a box. This allows "self reassignment" to happen in super init
519
// method chains, which is important for interoperating with Objective-C
0 commit comments