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 050df41 commit 4b93593Copy full SHA for 4b93593
clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
@@ -948,8 +948,7 @@ void CGRecordLowering::calculateZeroInit() {
948
}
949
950
// Verify accumulateBitfields computed the correct storage representations.
951
-void CGRecordLowering::checkBitfieldClipping(
952
- bool IsNonVirtualBaseType LLVM_ATTRIBUTE_UNUSED) const {
+void CGRecordLowering::checkBitfieldClipping(bool IsNonVirtualBaseType) const {
953
#ifndef NDEBUG
954
auto ScissorOffset = calculateTailClippingOffset(IsNonVirtualBaseType);
955
auto Tail = CharUnits::Zero();
0 commit comments