Skip to content

Commit

Permalink
change to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
bob80905 committed Nov 30, 2023
1 parent c319019 commit 3fe064f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/clang/lib/AST/ASTContextHLSL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ static void AddRecordAccessMethod(clang::ASTContext &Ctx,

StringRef OpcodeGroup = GetHLOpcodeGroupName(HLOpcodeGroup::HLSubscript);
unsigned Opcode = static_cast<unsigned>(HLSubscriptOpcode::DefaultSubscript);
MethodDecl->addAttr(HLSLIntrinsicAttr::CreateImplicit(
Ctx, OpcodeGroup, "DefaultSubscript", Opcode));
MethodDecl->addAttr(
HLSLIntrinsicAttr::CreateImplicit(Ctx, OpcodeGroup, "", Opcode));
MethodDecl->addAttr(HLSLCXXOverloadAttr::CreateImplicit(Ctx));
}

Expand Down

0 comments on commit 3fe064f

Please sign in to comment.