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 ce3fa73 commit 824fccaCopy full SHA for 824fcca
lib/IRGen/GenStruct.cpp
@@ -1390,7 +1390,7 @@ class ClangRecordLowering {
1390
1391
void collectStructFields(const clang::RecordDecl *decl) {
1392
auto cfi = decl->field_begin(), cfe = decl->field_end();
1393
- const auto& layout = ClangContext.getASTRecordLayout(decl);
+ const auto &layout = ClangContext.getASTRecordLayout(decl);
1394
auto swiftProperties = SwiftDecl->getStoredProperties();
1395
auto sfi = swiftProperties.begin(), sfe = swiftProperties.end();
1396
// When collecting fields from the base subobjects, we do not have corresponding swift
0 commit comments