ctf: fix parser not parsing "thing := keyword typealias;" regression
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 23 Jul 2015 15:35:11 +0000 (11:35 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 24 Jul 2015 13:32:42 +0000 (09:32 -0400)
commit89bd7559ca833d9d75223dfc2ae52fbe0caed4bf
treeb75c39a38846996deb78d3362476ec9677923b4c
parentee9e89249fad617ff09dd904e7949d5138918352
ctf: fix parser not parsing "thing := keyword typealias;" regression

This regression was introduced when dynamic scopes added stricter checks
to tsdl parsing. The checks are good, this fix will extract the pertinent
data before the check.

Change-Id: Id0e0571973569f219339b3733545286a0b53face
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/52447
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/event/metadata/IOStructGen.java
This page took 0.025612 seconds and 5 git commands to generate.