aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorOwen Avery <powerboat9.gamer@gmail.com>2023-11-28 01:07:00 -0500
committerArthur Cohen <arthur.cohen@embecosm.com>2024-01-30 12:36:47 +0100
commitf84e564243915e729f22a5b6e4d1e4fb902f94f9 (patch)
tree68127f79aae4a51bcef8c16126e97dd650771942 /gcc/c
parentb4fc851e3a01e708819ebfe1bfe4f2dc2ae9e5e7 (diff)
downloadgcc-f84e564243915e729f22a5b6e4d1e4fb902f94f9.zip
gcc-f84e564243915e729f22a5b6e4d1e4fb902f94f9.tar.gz
gcc-f84e564243915e729f22a5b6e4d1e4fb902f94f9.tar.bz2
gccrs: Remove class AST::InherentImplItem
gcc/rust/ChangeLog: * ast/rust-ast-full-decls.h (class InherentImplItem): Remove. * ast/rust-ast.h (class InherentImplItem): Remove. (class SingleASTNode): Store pointer to AssociatedItem instead of InherentImplItem. * ast/rust-ast.cc (SingleASTNode::SingleASTNode): Use clone_associated_item instead of clone_inherent_impl_item. (SingleASTNode::operator=): Likewise. * ast/rust-item.h (class InherentImpl): Use AssociatedItem rather than InherentImplItem. (class Function): Likewise. (class ConstantItem): Likewise. * ast/rust-macro.h (class MacroInvocation): Likewise. * expand/rust-expand-visitor.cc (ExpandVisitor::visit): Likewise. * parse/rust-parse-impl.h (Parser::parse_impl): Likewise. (Parser::parse_inherent_impl_item): Likewise. (Parser::parse_inherent_impl_function_or_method): Likewise. * parse/rust-parse.h (Parser::parse_inherent_impl_item): Likewise. (Parser::parse_inherent_impl_function_or_method): Likewise. Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
Diffstat (limited to 'gcc/c')
0 files changed, 0 insertions, 0 deletions