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 b59cb28 commit 3ca2050Copy full SHA for 3ca2050
clang/lib/CIR/CodeGen/CIRGenFunction.cpp
@@ -943,6 +943,7 @@ void CIRGenFunction::emitVariablyModifiedType(QualType type) {
943
case Type::HLSLInlineSpirv:
944
case Type::PredefinedSugar:
945
cgm.errorNYI("CIRGenFunction::emitVariablyModifiedType");
946
+ break;
947
948
#define TYPE(Class, Base)
949
#define ABSTRACT_TYPE(Class, Base)
0 commit comments