Skip to content

Commit 050df41

Browse files
committed
Fix param spelling
1 parent 9ab483f commit 050df41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/CGRecordLayoutBuilder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,9 +949,9 @@ void CGRecordLowering::calculateZeroInit() {
949949

950950
// Verify accumulateBitfields computed the correct storage representations.
951951
void CGRecordLowering::checkBitfieldClipping(
952-
bool isNonVirtualBaseType LLVM_ATTRIBUTE_UNUSED) const {
952+
bool IsNonVirtualBaseType LLVM_ATTRIBUTE_UNUSED) const {
953953
#ifndef NDEBUG
954-
auto ScissorOffset = calculateTailClippingOffset(isNonVirtualBaseType);
954+
auto ScissorOffset = calculateTailClippingOffset(IsNonVirtualBaseType);
955955
auto Tail = CharUnits::Zero();
956956
for (const auto &M : Members) {
957957
// Only members with data could possibly overlap.

0 commit comments

Comments
 (0)