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 b7a0a65 commit d9ed270Copy full SHA for d9ed270
clang/lib/AST/RecordLayoutBuilder.cpp
@@ -2563,7 +2563,8 @@ struct MicrosoftRecordLayoutBuilder {
2563
typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits> BaseOffsetsMapTy;
2564
MicrosoftRecordLayoutBuilder(const ASTContext &Context,
2565
EmptySubobjectMap *EmptySubobjects)
2566
- : Context(Context), EmptySubobjects(EmptySubobjects) {}
+ : Context(Context), EmptySubobjects(EmptySubobjects),
2567
+ RemainingBitsInField(0) {}
2568
2569
private:
2570
MicrosoftRecordLayoutBuilder(const MicrosoftRecordLayoutBuilder &) = delete;
0 commit comments