mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Accessor renames on parser (#1135)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
namespace Carbon {
|
||||
|
||||
auto ParseNodeKind::GetName() const -> llvm::StringRef {
|
||||
auto ParseNodeKind::name() const -> llvm::StringRef {
|
||||
static constexpr llvm::StringLiteral Names[] = {
|
||||
#define CARBON_PARSE_NODE_KIND(Name) #Name,
|
||||
#include "toolchain/parser/parse_node_kind.def"
|
||||
|
||||
Reference in New Issue
Block a user