Skip to content
Snippets Groups Projects
Commit 15405db5 authored by John Sheu's avatar John Sheu Committed by CQ bot account: commit-bot@chromium.org
Browse files

[banjo] Support more types as union fields

This causes union fields to be generated using the same logic as struct
fields, so that arrays and strings are properly handled. Note for now
that vector fields are excluded from unions, as they actually generate
two fields (a pointer and a count) which does not interact well with
unions.

Change-Id: I69a36903390740d5443f5e3ff0d00d3e49e423f8
parent 0e405ecb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment