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 cb68da2 commit 2ca12feCopy full SHA for 2ca12fe
clang/lib/CIR/CodeGen/CIRGenFunction.cpp
@@ -1694,6 +1694,7 @@ void CIRGenFunction::buildVariablyModifiedType(QualType type) {
1694
case clang::Type::CountAttributed:
1695
case clang::Type::PackIndexing:
1696
case clang::Type::ArrayParameter:
1697
+ case clang::Type::HLSLAttributedResource:
1698
llvm_unreachable("NYI");
1699
1700
#define TYPE(Class, Base)
0 commit comments