[clang] Implement [[msvc::no_unique_address]] (PR #65675)
Martin Storsjö via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 12 23:11:26 PDT 2023
================
@@ -743,6 +743,7 @@ void CGRecordLowering::calculateZeroInit() {
void CGRecordLowering::clipTailPadding() {
std::vector<MemberInfo>::iterator Prior = Members.begin();
CharUnits Tail = getSize(Prior->Data);
+
----------------
mstorsjo wrote:
Nit: The total PR sums up to adding a spurious empty line here, while this file otherwise no longer has any functional changes.
https://github.com/llvm/llvm-project/pull/65675
More information about the cfe-commits
mailing list