ir: Implement a field type visitor to resolve dynamic scopes
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 11 May 2015 21:35:28 +0000 (17:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 12 May 2015 18:05:20 +0000 (14:05 -0400)
commitd146339dfd3a1861da0959f40cd622373c966007
tree26715707504fc0200bbafc38e381b3b58d8ebd0c
parent7c4c65c49f4980084d881962c17ada6da6179b0b
ir: Implement a field type visitor to resolve dynamic scopes

Implement a visitor looking for sequences' length field and variants'
tag names and resolve them to their proper type field in the trace.

Validate that sequence lengths are unsigned integers and variant
tags are enumerations and that both respect CTF's lexical and dynamic
scoping rules.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/Makefile.am
formats/ctf/ir/visitor.c [new file with mode: 0644]
include/Makefile.am
include/babeltrace/ctf-ir/visitor-internal.h [new file with mode: 0644]
This page took 0.024139 seconds and 4 git commands to generate.