gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

Cleanup `AST::MacroInvocation` class

Open CohenArthur opened this issue 2 years ago • 1 comments

The current implementation inherits from a lot of base classes, which is necessary, but does not always constructs all of them. Both of its constructors do not call into the same base class constructors for example. Similarly, this class has a lot of duplicate members with its base classes (locus, node_id) which we need to sort out

CohenArthur avatar Mar 19 '24 15:03 CohenArthur

i think i can do this

badumbatish avatar May 08 '24 09:05 badumbatish