I/O structures accessors generation (work in progress)
[babeltrace.git] / formats / ctf / metadata / ctf-parser.y
index f3b40d75b0b508d256290eea06b24a3e50b426f7..8d8c29ce1e4826841f819c8438a5f8f78f5d1afa 100644 (file)
 #include "ctf-parser.h"
 #include "ctf-ast.h"
 
+/*
+ * TODO: support enum, variant and struct declarations in scopes.
+ */
+
 /* Join two lists, put "add" at the end of "head".  */
 static inline void
 _cds_list_splice_tail (struct cds_list_head *add, struct cds_list_head *head)
This page took 0.022795 seconds and 4 git commands to generate.