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 e042f72 commit 0362c81Copy full SHA for 0362c81
clang/lib/Sema/SemaHLSL.cpp
@@ -270,7 +270,7 @@ static bool isZeroSizedArray(const ConstantArrayType *CAT) {
270
}
271
272
// Returns true if the record type is an HLSL resource class or an array of
273
-// HLSL resource classes
+// resource classes
274
static bool isResourceRecordTypeOrArrayOf(const Type *Ty) {
275
while (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(Ty))
276
Ty = CAT->getArrayElementTypeNoTypeQual();
0 commit comments