metadata: add is_dynamic to type objs and fix align
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 15 Mar 2016 19:41:57 +0000 (15:41 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 18 Mar 2016 21:54:59 +0000 (17:54 -0400)
commit3b919a44021c099d35620715c5565cbc803e4675
treefb9419afa5f24531177e6a1c7c20a01d0447f734
parent86302721cce882ad2b9598e287c288579193775c
metadata: add is_dynamic to type objs and fix align

The alignment of any type is None if it's not known statically,
i.e. if the type contains a variant containing more than one types
not having the same alignment, recursively.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/config.py
barectf/metadata.py
This page took 0.022551 seconds and 4 git commands to generate.