Skip to content

Commit b969498

Browse files
committed
refacto: removed inaccurate comment
1 parent ec85ec2 commit b969498

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/AST/RecordLayoutBuilder.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2274,7 +2274,6 @@ static unsigned getPaddingDiagFromTagKind(TagTypeKind Tag) {
22742274
}
22752275
}
22762276

2277-
// Function based on ItaniumRecordLayoutBuilder::CheckFieldPadding.
22782277
static void CheckFieldPadding(const ASTContext &Context, bool IsUnion,
22792278
uint64_t Offset, uint64_t UnpaddedOffset,
22802279
const FieldDecl *D) {

0 commit comments

Comments
 (0)