File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2237,7 +2237,7 @@ namespace {
2237
2237
2238
2238
// Unnamed bitfields are just for padding and should not
2239
2239
// inhibit creation of a memberwise initializer.
2240
- if (field->isUnnamedBitfield ()) {
2240
+ if (field->isUnnamedBitField ()) {
2241
2241
hasUnreferenceableStorage = true ;
2242
2242
continue ;
2243
2243
}
@@ -9213,7 +9213,7 @@ void ClangImporter::Implementation::loadAllMembersOfRecordDecl(
9213
9213
9214
9214
// Currently, we don't import unnamed bitfields.
9215
9215
if (isa<clang::FieldDecl>(m) &&
9216
- cast<clang::FieldDecl>(m)->isUnnamedBitfield ())
9216
+ cast<clang::FieldDecl>(m)->isUnnamedBitField ())
9217
9217
continue ;
9218
9218
9219
9219
// Make sure we always pull in record fields. Everything else had better
You can’t perform that action at this time.
0 commit comments