Don't abort on unknown type label
authorOlivier Dion <odion@efficios.com>
Thu, 24 Oct 2024 15:09:25 +0000 (11:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Oct 2024 20:30:31 +0000 (16:30 -0400)
commitd31a06f8aa347e802f77aab7b11b7cfeb46b8933
tree2cb9428cf98d9352e845d83d2bcc6b45eb609b32
parentdb4b4886239c80c3775315e256d86c67cfcbdcb1
Don't abort on unknown type label

When a mismatch is detected by the visitor, type label are converted
to string to help debugging.  On unknown label, instead of aborting
during the error dump, return `<UNKNOWN>'.

Also added missing `SIDE_TYPE_OPTIONAL' case.

Change-Id: Ia654c1a293c8a033a15aed3c9fe6473182cbc018
Signed-off-by: Olivier Dion <odion@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/visit-arg-vec.c
This page took 0.023056 seconds and 4 git commands to generate.