diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2021-03-02 15:46:28 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 15:46:28 -0800 |
| commit | d6ae67160c33460bf952c9959077dc481a16eca2 (patch) | |
| tree | 526a5b21eb2cd0d873fc0fd94cfd0d52ed9911ec /examples | |
| parent | c2653ba1ec8f06453f0653d141bcd348eff5d4a5 (diff) | |
Clean up declarator handling during source emit (#1732)
This change tidies up some code related to the handling of declarators for the purpose of "unparsing" types into C-like declarations. The big change is that the `EDeclarator` type is changed to `DeclaratorInfo` and now has a bit of a subtype hierarchy under it rather than just using a `union`. The declarations have been moved to the header for CLikeSourceEmitter` so that they can be used by subclasses.
I also removed the `IRDeclaratorInfo` type that was being declared but never actually used, and moved the case for pointers from that type into the main `EDeclarator`/`DeclaratorInfo`.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
