X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fmetadata%2Fctf-parser.y;h=8d8c29ce1e4826841f819c8438a5f8f78f5d1afa;hp=f3b40d75b0b508d256290eea06b24a3e50b426f7;hb=05628561ca57ff5d269571a72a12cb86854c5f70;hpb=96513a7fdd4e81addb67df1a937236748aeee32a diff --git a/formats/ctf/metadata/ctf-parser.y b/formats/ctf/metadata/ctf-parser.y index f3b40d75..8d8c29ce 100644 --- a/formats/ctf/metadata/ctf-parser.y +++ b/formats/ctf/metadata/ctf-parser.y @@ -30,6 +30,10 @@ #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)