pingjiang / glsl4idea

Automatically exported from code.google.com/p/glsl4idea
0 stars 0 forks source link

Badly handled function names #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Certain keywords as function names cases the parser to hang. This has been 
experienced with the 'in' qualifier and does probably occur with all qualifiers 
and maybe also other keywords. 

Example: void in() {}

Original issue reported on code.google.com by numk...@gmail.com on 30 Nov 2010 at 7:05

GoogleCodeExporter commented 9 years ago
Fixed this. It should now also handle nameless functions a lot better.

Original comment by yngv...@gmail.com on 18 Jan 2012 at 10:43