forked from qt-creator/qt-creator
GLSL: Fix recovery token order to avoid infinite loop.
The case 'a = b ? ;' recovered with T_NUMBER, T_COMMA, T_NUMBER, ... Task-number: QTCREATORBUG-7517 Change-Id: I3546266b21d11ce08e4af1331be94a78d3b24c19 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
#line 217 "./glsl.g"
|
||||
#line 215 "./glsl.g"
|
||||
|
||||
/**************************************************************************
|
||||
**
|
||||
|
||||
Reference in New Issue
Block a user