Opened 15 years ago

Closed 15 years ago

#322 closed defect (fixed)

Update Clang XML LoopNode Output

Reported by: stachnik Owned by: tmcclory
Priority: major Milestone:
Component: XML Version:
Keywords: Cc:

Description

r2402 introduced a change to schema regarding the children of an XML LoopNode. Specifically the body child is now a StatementNode rather than a sequence of StatementNodes. Conforming XML output should now have a single BlockNode as the body child which contains the statements which previously would have gone directly under LoopNode. See the ForLoopNode in examples/adder/adder_seq.c.xml for an example.

Change History (1)

comment:1 by tmcclory, 15 years ago

Resolution: fixed
Status: newclosed

Adjusted the XML generation accordingly.

Note: See TracTickets for help on using tickets.