Skip to content

Commit a35eaf0

Browse files
committed
Update a comment
1 parent bd6b27c commit a35eaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct CIRRecordLowering final {
4343
mlir::Type data;
4444
union {
4545
const FieldDecl *fieldDecl;
46-
// CXXRecordDecl will be used here when supported.
46+
// CXXRecordDecl will be used here when base types are supported.
4747
};
4848
MemberInfo(CharUnits offset, InfoKind kind, mlir::Type data,
4949
const FieldDecl *fieldDecl = nullptr)

0 commit comments

Comments
 (0)