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 9ab483f commit 050df41Copy full SHA for 050df41
clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
@@ -949,9 +949,9 @@ void CGRecordLowering::calculateZeroInit() {
949
950
// Verify accumulateBitfields computed the correct storage representations.
951
void CGRecordLowering::checkBitfieldClipping(
952
- bool isNonVirtualBaseType LLVM_ATTRIBUTE_UNUSED) const {
+ bool IsNonVirtualBaseType LLVM_ATTRIBUTE_UNUSED) const {
953
#ifndef NDEBUG
954
- auto ScissorOffset = calculateTailClippingOffset(isNonVirtualBaseType);
+ auto ScissorOffset = calculateTailClippingOffset(IsNonVirtualBaseType);
955
auto Tail = CharUnits::Zero();
956
for (const auto &M : Members) {
957
// Only members with data could possibly overlap.
0 commit comments