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 07ec283 commit fc939dbCopy full SHA for fc939db
clang/lib/CodeGen/CGHLSLRuntime.h
@@ -169,7 +169,7 @@ class CGHLSLRuntime {
169
llvm::hlsl::ElementType ET,
170
BufferResBinding &Binding);
171
void addConstant(VarDecl *D, Buffer &CB);
172
- void addBufferDecls(const DeclContext *D, Buffer &CB);
+ void addBufferDecls(const DeclContext *DC, Buffer &CB);
173
llvm::Triple::ArchType getArch();
174
llvm::SmallVector<Buffer> Buffers;
175
0 commit comments