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.
2 parents aa5a99e + 22e2a12 commit 3e44914Copy full SHA for 3e44914
lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
@@ -785,6 +785,7 @@ bool ClangASTImporter::LayoutRecordType(
785
field_offsets.swap(pos->second.field_offsets);
786
base_offsets.swap(pos->second.base_offsets);
787
vbase_offsets.swap(pos->second.vbase_offsets);
788
+ return true;
789
}
790
791
// It's possible that we calculated the layout in a different
0 commit comments