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 a0c6d3e commit 6e697fdCopy full SHA for 6e697fd
clang/lib/CodeGen/CGHLSLRuntime.h
@@ -258,7 +258,7 @@ class CGHLSLRuntime {
258
emitResourceArraySubscriptExpr(const ArraySubscriptExpr *E,
259
CodeGenFunction &CGF);
260
bool emitResourceArrayCopy(LValue &LHS, Expr *RHSExpr, CodeGenFunction &CGF);
261
-
+
262
std::optional<LValue> emitBufferArraySubscriptExpr(
263
const ArraySubscriptExpr *E, CodeGenFunction &CGF,
264
llvm::function_ref<llvm::Value *(bool Promote)> EmitIdxAfterBase);
0 commit comments