]> git.tdb.fi Git - libs/gl.git/commit
Improve reporting of function name conflicts
authorMikko Rasa <tdb@tdb.fi>
Mon, 8 Mar 2021 00:49:40 +0000 (02:49 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 8 Mar 2021 13:28:54 +0000 (15:28 +0200)
commit01c59fefa142fe7812db32e703bbe52a0c14a2bb
tree153d51bbc1c0ff2b2bed2ad39ca41b94ac395604
parent1cdd7023ea6fa85bcd28176c504d0feb98b61cae
Improve reporting of function name conflicts

Prototype declarations were not being recorded, and definitions were
causing multiple definition errors to be reported in double.
source/glsl/validate.cpp
tests/glsl/identifier_conflict.glsl