Skip to content

Commit 3e44914

Browse files
authored
Merge pull request #8311 from Michael137/bugfix/lldb-origin-layout-tracking-mismerge-fix-to-20230725
[lldb][ClangASTImporter] Fix mismerge in LayoutRecordType The return statement was dropped when resolving merge conflicts in #8306.
2 parents aa5a99e + 22e2a12 commit 3e44914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ bool ClangASTImporter::LayoutRecordType(
785785
field_offsets.swap(pos->second.field_offsets);
786786
base_offsets.swap(pos->second.base_offsets);
787787
vbase_offsets.swap(pos->second.vbase_offsets);
788+
return true;
788789
}
789790

790791
// It's possible that we calculated the layout in a different

0 commit comments

Comments
 (0)