glsl: Add a comment to note what an exec_list is a list of.
authorMatt Turner <mattst88@gmail.com>
Wed, 26 Jun 2013 22:58:08 +0000 (15:58 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 12 Jul 2013 03:58:58 +0000 (20:58 -0700)
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Ian Romanick <ian.d.romainck@intel.com>
src/glsl/ast.h

index df2a21f793165f1eb9e740701632893b07360b9b..103146c10473791bb196f06793229a1dc02e6361 100644 (file)
@@ -526,6 +526,7 @@ public:
                          struct _mesa_glsl_parse_state *state);
 
    ast_fully_specified_type *type;
+   /** List of 'ast_declaration *' */
    exec_list declarations;
 
    /**