[PATCH] D79719: [AIX] Implement AIX special alignment rule about double/long double
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 10 12:07:31 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: clang/lib/AST/RecordLayoutBuilder.cpp:1244
+ if (!Base->Class->isEmpty() && !HandledFirstNonOverlappingEmptyField) {
+ IsFirstNonEmptyBase = true;
+ // By handling a base class that is not empty, we're handling the
----------------
`IsFirstNonEmptyBase` can be removed. It is set, but not used.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79719/new/
https://reviews.llvm.org/D79719
More information about the cfe-commits
mailing list