glslang/glslang/MachineIndependent
John Kessenich 11e1a073f3 PP: Fix issue #407; handle empty identifier.
The sequence

  #define m()
  int m"

creates a token of no length (a string of 0 size).  Protect
against a string of 0 size as well as the existing protect
against a null string.
2016-07-30 13:39:52 -06:00
..
2016-07-20 16:18:05 +08:00
2016-05-06 13:06:11 -06:00
2016-03-16 15:41:31 -04:00