]> gcc.gnu.org Git - gcc.git/commit
gccrs: ast: Change *Path nodes API
authorArthur Cohen <arthur.cohen@embecosm.com>
Thu, 17 Aug 2023 12:05:49 +0000 (14:05 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 30 Jan 2024 11:36:42 +0000 (12:36 +0100)
commitc5925f349231155e48fa649f47b3c699ef4ba3b0
treef3aff2a3818474d2d3d9f64301a9a9a5497cb914
parent08999fb0354ee94e5902fd43bd8c43d9b9b3c74a
gccrs: ast: Change *Path nodes API

gcc/rust/ChangeLog:

* ast/rust-ast.h: Change Path API to be more consistent.
* ast/rust-path.h: Likewise.
* ast/rust-ast-collector.cc (TokenCollector::visit): Use new API.
* resolve/rust-ast-resolve-item.cc (ResolveItem::visit): Likewise.
* resolve/rust-ast-resolve-path.cc (ResolvePath::resolve_path): Likewise.
* resolve/rust-forever-stack.hxx: Likewise.
gcc/rust/ast/rust-ast-collector.cc
gcc/rust/ast/rust-ast.h
gcc/rust/ast/rust-path.h
gcc/rust/resolve/rust-ast-resolve-item.cc
gcc/rust/resolve/rust-ast-resolve-path.cc
gcc/rust/resolve/rust-forever-stack.hxx
This page took 0.059419 seconds and 5 git commands to generate.