Begin handling array declarations
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Mar 2010 23:59:27 +0000 (16:59 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 30 Mar 2010 23:59:47 +0000 (16:59 -0700)
commit28009cd75cd3328774bd80a5b87a255ac881a710
tree48f4d7c63e905c8a3b64fe54a0e08f888a41dd33
parent548a1b5ab7304037a7cac8e6d647fb6b5ccbaf5d
Begin handling array declarations

This causes the following tests to pass:

    glslparsertest/shaders/array4.frag
    glslparsertest/shaders/array5.frag

This causes the following tests to fail.  These shaders were
previously failing to compile, but they were all failing for the wrong
reasons.

    glslparsertest/shaders/array3.frag
ast_to_hir.cpp