SPIRV-Tools/utils
David Neto 1a18739650 Fix ExtInst parsing: no IdRef* at end
The operands following the extended instruction literal
number are determined by the extended instruction itself.
So drop the zero-or-more IdRef pattern at the end of OpExtInst.

It's arguable whether this should actually be a grammar fix.  I've
chosen to patch this in SPIRV-Tools instead of in the grammar file.

Fixes https://github.com/KhronosGroup/SPIRV-Tools/issues/233

Also fix two test cases for OpenCL extended instructions.  These
errors of supplying too many operands are now detected.
2016-06-15 10:00:06 -04:00
..
generate_grammar_tables.py Fix ExtInst parsing: no IdRef* at end 2016-06-15 10:00:06 -04:00
update_build_version.py Fix CHANGES file version parsing. -dev is optional 2016-06-02 15:32:28 -04:00