]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Print macro invocations in AST dump
authorMatthew Jasper <mjjasper1@gmail.com>
Sat, 3 Jun 2023 12:37:51 +0000 (13:37 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:46:28 +0000 (18:46 +0100)
commite302a55c6a71de29e1d1d4e503490f28198eb59c
tree95c8c69a5e7f6161a20b3bd3307f0ebde6d1ba67
parent61644aea34c4623d16273ff705f8b8b1ff2d87f0
gccrs: Print macro invocations in AST dump

gcc/rust/ChangeLog:

* ast/rust-ast-dump.cc (Dump::visit): Print macro invocations.

Signed-off-by: Matthew Jasper <mjjasper1@gmail.com>
gcc/rust/ast/rust-ast-dump.cc