]> gcc.gnu.org Git - gcc.git/commit
format-args: Add base for expanding FormatArgs nodes
authorArthur Cohen <arthur.cohen@embecosm.com>
Thu, 29 Feb 2024 12:01:32 +0000 (13:01 +0100)
committerCohenArthur <arthur.cohen@embecosm.com>
Tue, 19 Mar 2024 17:37:38 +0000 (17:37 +0000)
commitda10bf56cf11207877c3a552cffb472702d1b772
treeace63d8606e66d1c1db2b4925892a808f453ceb5
parentb85dc7014c821466bb411a14b7f5d6de4077eae6
format-args: Add base for expanding FormatArgs nodes

gcc/rust/ChangeLog:

* Make-lang.in: Add new object.
* hir/rust-ast-lower-expr.cc (ASTLoweringExpr::visit): Remove calls to
FormatArgsLowering.
* expand/rust-expand-format-args.cc: New file.
* expand/rust-expand-format-args.h: New file.
gcc/rust/Make-lang.in
gcc/rust/expand/rust-expand-format-args.cc [new file with mode: 0644]
gcc/rust/expand/rust-expand-format-args.h [new file with mode: 0644]
gcc/rust/hir/rust-ast-lower-expr.cc
This page took 0.068731 seconds and 6 git commands to generate.