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 1737b3a commit 61c9276Copy full SHA for 61c9276
lib/IRGen/GenDecl.cpp
@@ -4137,7 +4137,7 @@ IRGenModule::getResilienceExpansionForAccess(NominalTypeDecl *decl) {
4137
// layout. Calling isResilient() with this scope will always return false.
4138
ResilienceExpansion
4139
IRGenModule::getResilienceExpansionForLayout(NominalTypeDecl *decl) {
4140
- if (TC.isCompletelyFragile())
+ if (Types.isCompletelyFragile())
4141
return ResilienceExpansion::Minimal;
4142
4143
if (isResilient(decl, ResilienceExpansion::Minimal))
0 commit comments