public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] Merge #1017
@ 2022-06-08 12:18 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-06-08 12:18 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a50fcbc2eb4dacdeaa733f2a8dbae6e727693bdc

commit a50fcbc2eb4dacdeaa733f2a8dbae6e727693bdc
Merge: e076823eda8 63a214618af
Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Date:   Fri Mar 11 14:09:01 2022 +0000

    Merge #1017
    
    1017: attr-visitor: Split in its own source and header r=CohenArthur a=CohenArthur
    
    Split up the 4000 lines rust-macro-expand.cc file containing the
    AttrVisitor class and the macro expander implementation
    
    
    Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>

Diff:

 gcc/rust/Make-lang.in                     |    1 +
 gcc/rust/expand/rust-attribute-visitor.cc | 3240 +++++++++++++++++++++++++++++
 gcc/rust/expand/rust-attribute-visitor.h  |  222 ++
 gcc/rust/expand/rust-macro-expand.cc      | 3074 +--------------------------
 4 files changed, 3464 insertions(+), 3073 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-08 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-08 12:18 [gcc/devel/rust/master] Merge #1017 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).