]> git.tdb.fi Git - libs/gl.git/commitdiff
Handle expression replacement through TraversingVisitor
authorMikko Rasa <tdb@tdb.fi>
Tue, 9 Mar 2021 10:05:29 +0000 (12:05 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 9 Mar 2021 10:05:29 +0000 (12:05 +0200)
There were several cases missing, like VariableResolver not handling
replacement of swizzles in return statements.  This way each of the
visitors can just concentrate on what they're actually doing.


No differences found