Re: [PATCH] Remove HIR MacroItem and other hir macro forward declarations

2021-07-12 Thread Philip Herron
On 11/07/2021 22:39, Mark Wielaard wrote: > Almost all HIR Macro related trees were already removed by > https://github.com/Rust-GCC/gccrs/pull/492 > > But there was still one MacroItem class left in rust-hir.h and several > (unused) forward declarations in various other hir .h files. Remove > them

[PATCH] Remove HIR MacroItem and other hir macro forward declarations

2021-07-11 Thread Mark Wielaard
Almost all HIR Macro related trees were already removed by https://github.com/Rust-GCC/gccrs/pull/492 But there was still one MacroItem class left in rust-hir.h and several (unused) forward declarations in various other hir .h files. Remove them all. Resolves: https://github.com/Rust-GCC/gccrs/is