Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
63849faf
Commit
63849faf
authored
Nov 29, 2010
by
Roberto Raggi
Browse files
Recover from unfinished do-while loops.
parent
1d2fa45a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
src/libs/glsl/glsl.g
View file @
63849faf
...
...
@@ -594,6 +594,7 @@ AST *Parser::parse(int startToken)
T_SEMICOLON, T_COMMA, T_COLON,
T_NUMBER, T_TYPE_NAME, T_IDENTIFIER,
T_LEFT_BRACE, T_LEFT_PAREN, T_LEFT_BRACKET,
T_WHILE,
0
};
...
...
src/libs/glsl/glslparser.cpp
View file @
63849faf
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment