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 0926808 commit fbba4a7Copy full SHA for fbba4a7
lib/IRGen/GenMeta.cpp
@@ -3188,7 +3188,6 @@ namespace {
3188
3189
/// Emit the type metadata or metadata template for a struct.
3190
void irgen::emitStructMetadata(IRGenModule &IGM, StructDecl *structDecl) {
3191
- // TODO: structs nested within generic types
3192
ConstantInitBuilder initBuilder(IGM);
3193
auto init = initBuilder.beginStruct();
3194
init.setPacked(true);
@@ -3405,7 +3404,6 @@ namespace {
3405
3404
} // end anonymous namespace
3406
3407
void irgen::emitEnumMetadata(IRGenModule &IGM, EnumDecl *theEnum) {
3408
- // TODO: enums nested inside generic types
3409
3410
3411
0 commit comments