Fix: Missing postfix_expression DOT keywords in CTF grammar
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Jul 2015 18:46:06 +0000 (14:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 2 Jul 2015 18:53:36 +0000 (14:53 -0400)
commitc8733539a37c3e8fd1643e34de1ed22e060c6dfe
tree8ff3fc2206e193b39bb04cf357161e98ceb5b3c1
parentae294457cab8841fdb945a70ee018637d4e62cc2
Fix: Missing postfix_expression DOT keywords in CTF grammar

This would cause expressions of the form:

uint32_t a[stream.event.header.seq_len]

to fail to parse since two keywords (stream and event) are used in the
path.

Reported-by: Staffan Mansson <staffan@mansson-net.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/metadata/ctf-parser.y
This page took 0.023884 seconds and 4 git commands to generate.