Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grammar_codegen/backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class CodeGenerator {

// Get the name of the generated class for the block.
std::string GetClassName(const Block& block);
std::string GetClassNameForSymbol(const std::string id);
std::string GetClassNameForSymbol(std::string id);
std::string GetClassNameForLiteral(absl::string_view s);
std::string GetClassNameForCharSet(absl::string_view s);

Expand Down
Loading