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 197a78d commit d52b410Copy full SHA for d52b410
clang/lib/CodeGen/CGHLSLRuntime.cpp
@@ -1032,7 +1032,7 @@ std::optional<LValue> CGHLSLRuntime::emitResourceArraySubscriptExpr(
1032
ArraySubsExpr->getType()->isHLSLResourceRecordArray()) &&
1033
"expected resource array subscript expression");
1034
1035
- // Let Clang codegen handle local and static resource array subscripts,
+ // Let clang codegen handle local and static resource array subscripts,
1036
// or when the subscript references on opaque expression (as part of
1037
// ArrayInitLoopExpr AST node).
1038
const VarDecl *ArrayDecl =
0 commit comments