]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: ast: Cleanup SingleASTNode::NodeType
authorArthur Cohen <arthur.cohen@embecosm.com>
Tue, 12 Aug 2025 15:04:03 +0000 (17:04 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 30 Oct 2025 19:58:38 +0000 (20:58 +0100)
commitee8d54dc847e34ee88187caedbce6650d629436f
tree6cc466cc5a596a63dbd73020351f3b1be853314e
parentc7c4074d3ead555f69e7be9f1f6509800f563396
gccrs: ast: Cleanup SingleASTNode::NodeType

gcc/rust/ChangeLog:

* ast/rust-ast.h: Change NodeType to enum class Kind.
* ast/rust-ast-fragment.cc: Use new names.
* ast/rust-ast-fragment.h: Likewise.
* ast/rust-ast.cc (SingleASTNode::SingleASTNode): Likewise.
gcc/rust/ast/rust-ast-fragment.cc
gcc/rust/ast/rust-ast-fragment.h
gcc/rust/ast/rust-ast.cc
gcc/rust/ast/rust-ast.h