]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: ast: Refactor rust-ast-lower-type.h to source file
authorArthur Cohen <arthur.cohen@embecosm.com>
Tue, 28 Mar 2023 13:04:22 +0000 (15:04 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:28:39 +0000 (18:28 +0100)
commit8220e7b7be40c8b52dd5246ed88fbdc36f08b8fa
treed260706bb793996ced80c8538a743a2447d794ca
parentaca5857334577456dd3d614743d35249c8f942c2
gccrs: ast: Refactor rust-ast-lower-type.h to source file

gcc/rust/ChangeLog:

* hir/rust-ast-lower-type.h: Move all remaining definitions to source file.
* hir/rust-ast-lower-type.cc (ASTLoweringType::translate): Moved to source file.
(ASTLoweringType::visit): Likewise.
(ASTLowerGenericParam::translate): Likewise.
(ASTLowerGenericParam::visit): Likewise.
(ASTLoweringTypeBounds::translate): Likewise.
(ASTLoweringTypeBounds::visit): Likewise.
(ASTLowerWhereClauseItem::translate): Likewise.
(ASTLowerWhereClauseItem::visit): Likewise.
gcc/rust/hir/rust-ast-lower-type.cc
gcc/rust/hir/rust-ast-lower-type.h