diff options
author | Carl Worth <[email protected]> | 2014-06-25 13:41:47 -0700 |
---|---|---|
committer | Carl Worth <[email protected]> | 2014-07-29 15:11:50 -0700 |
commit | 34cd293c8ac6df6284f94fd456eee7ddc847c5df (patch) | |
tree | f04865bbda7f5fe42b0d1e61e97c12a3e5ed7094 /src/glsl/glcpp/tests/046-if-1-elsif.c | |
parent | fe1e0ac8524677c40c84f238650e0e198f0e8d36 (diff) |
glsl/glcpp: Emit error for duplicate parameter name in function-like macro
This will emit an error for something like:
#define FOO(x,x) ...
Obviously, it's not a legal thing to do, and it's easy to check.
Add a "make check" test for this as well.
This fixes the following Khronos GLES3 CTS tests:
invalid_function_definitions.unique_param_name_vertex
invalid_function_definitions.unique_param_name_fragment
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/glsl/glcpp/tests/046-if-1-elsif.c')
0 files changed, 0 insertions, 0 deletions