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 f39c289 commit 8f5e511Copy full SHA for 8f5e511
clang/lib/CIR/CodeGen/CIRGenTypes.cpp
@@ -422,7 +422,7 @@ mlir::Type CIRGenTypes::convertType(QualType type) {
422
423
case Type::Enum: {
424
// TODO(cir): Implement updateCompletedType for enums.
425
- assert(!cir.MissingFeatures::updateCompletedType());
+ assert(!cir::MissingFeatures::updateCompletedType());
426
const EnumDecl *ED = cast<EnumType>(ty)->getDecl();
427
if (auto integerType = ED->getIntegerType(); !integerType.isNull())
428
return convertType(integerType);
0 commit comments