forked from qt-creator/qt-creator
Making GLSL AST nodes while preserving lineno info
Eventually we will need some way to locate an identifier's definition, so add "lineno" to each AST node. May want to change this to "position" later. The makeAstNode<T>() function takes care of automatically decorating nodes with line numbers.
This commit is contained in: