Skip to content

Commit

Permalink
forgotten change to llvm::StringLiteral
Browse files Browse the repository at this point in the history
  • Loading branch information
brymer-meneses committed Sep 10, 2024
1 parent e7ee95d commit e73ec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/check/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ static auto DiagnoseInvalidQualifiedNameAccess(Context& context, SemIRLoc loc,
// TODO: Support passing AccessKind to diagnostics.
CARBON_DIAGNOSTIC(ClassInvalidMemberAccess, Error,
"Cannot access {0} member `{1}` of type `{2}`.",
std::string_view, SemIR::NameId, SemIR::TypeId);
llvm::StringLiteral, SemIR::NameId, SemIR::TypeId);
CARBON_DIAGNOSTIC(ClassMemberDefinition, Note,
"The {0} member `{1}` is defined here.",
llvm::StringLiteral, SemIR::NameId);
Expand Down

0 comments on commit e73ec36

Please sign in to comment.