[clang] [CLANG-CL] ignores wpadded (PR #130182)
Mikael Holmén via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 3 05:52:26 PDT 2025
================
@@ -3004,6 +3010,15 @@ void MicrosoftRecordLayoutBuilder::layoutField(const FieldDecl *FD) {
} else {
FieldOffset = Size.alignTo(Info.Alignment);
}
+
+ uint64_t UnpaddedFielddOffsetInBits =
+ Context.toBits(DataSize) - RemainingBitsInField;
----------------
mikaelholmen wrote:
Do we know why the failed bots didn't show up as comments in this PR?
https://github.com/llvm/llvm-project/pull/130182
More information about the cfe-commits
mailing list