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 bd6b27c commit a35eaf0Copy full SHA for a35eaf0
clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
@@ -43,7 +43,7 @@ struct CIRRecordLowering final {
43
mlir::Type data;
44
union {
45
const FieldDecl *fieldDecl;
46
- // CXXRecordDecl will be used here when supported.
+ // CXXRecordDecl will be used here when base types are supported.
47
};
48
MemberInfo(CharUnits offset, InfoKind kind, mlir::Type data,
49
const FieldDecl *fieldDecl = nullptr)
0 commit comments