Skip to content

Commit 2ca12fe

Browse files
committed
[CIR][NFC] Fix post-rebase warning
1 parent cb68da2 commit 2ca12fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CIR/CodeGen/CIRGenFunction.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,7 @@ void CIRGenFunction::buildVariablyModifiedType(QualType type) {
16941694
case clang::Type::CountAttributed:
16951695
case clang::Type::PackIndexing:
16961696
case clang::Type::ArrayParameter:
1697+
case clang::Type::HLSLAttributedResource:
16971698
llvm_unreachable("NYI");
16981699

16991700
#define TYPE(Class, Base)

0 commit comments

Comments
 (0)