]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: ast: Add reconstruct() method for Type nodes
authorArthur Cohen <arthur.cohen@embecosm.com>
Tue, 20 May 2025 12:59:28 +0000 (14:59 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 5 Aug 2025 14:36:52 +0000 (16:36 +0200)
commitf4b8b8332ff8d3b985170ffaecd9d76339a9d4cf
treea5b722dd34508dc30cc28347c0a00b76c05a842b
parent1c0b98dedc14deae83b7887c75415a7ccd295f64
gccrs: ast: Add reconstruct() method for Type nodes

gcc/rust/ChangeLog:

* ast/rust-ast.h: Add reconstruct() and reconstruct_impl() for Type nodes.
* ast/rust-type.h: Implement them.
* ast/rust-macro.h: Likewise.
* ast/rust-path.h: Likewise.
gcc/rust/ast/rust-ast.h
gcc/rust/ast/rust-macro.h
gcc/rust/ast/rust-path.h
gcc/rust/ast/rust-type.h