Skip to content

Commit 208a547

Browse files
ojhuntasl
authored andcommitted
Update clang/lib/AST/VTableBuilder.cpp
Co-authored-by: Anton Korobeynikov <[email protected]>
1 parent 8cc8384 commit 208a547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/VTableBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,7 @@ void VFTableBuilder::AddMethods(BaseSubobject Base, unsigned BaseDepth,
31883188
ReturnAdjustmentOffset.VirtualBase);
31893189
}
31903190
}
3191-
auto thisType = (OverriddenMD ? OverriddenMD : MD)->getThisType().getTypePtr();
3191+
auto ThisType = (OverriddenMD ? OverriddenMD : MD)->getThisType().getTypePtr();
31923192
AddMethod(FinalOverriderMD,
31933193
ThunkInfo(ThisAdjustmentOffset, ReturnAdjustment,
31943194
thisType,

0 commit comments

Comments
 (0)