Skip to content

Commit 22e2a12

Browse files
committed
[lldb][ClangASTImporter] Fix mismerge in LayoutRecordType
The return statement was dropped when resolving merge conflicts in #8306.
1 parent aa5a99e commit 22e2a12

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)