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 137bd96 commit e09338aCopy full SHA for e09338a
clang/lib/CodeGen/CodeGenModule.cpp
@@ -7534,8 +7534,8 @@ void CodeGenModule::EmitTopLevelDecl(Decl *D) {
7534
getContext().getCanonicalTagType(cast<EnumDecl>(D)));
7535
break;
7536
7537
- // Will be handled by attached function
7538
case Decl::HLSLRootSignature:
+ // Will be handled by attached function
7539
7540
case Decl::HLSLBuffer:
7541
getHLSLRuntime().addBuffer(cast<HLSLBufferDecl>(D));
0 commit comments