]> git.tdb.fi Git - libs/gl.git/commit
Inline functions in variable initialization expressions
authorMikko Rasa <tdb@tdb.fi>
Tue, 28 May 2019 08:59:45 +0000 (11:59 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 28 May 2019 08:59:45 +0000 (11:59 +0300)
commit405c00de24374c282adb1116551a833b8130d76d
tree061ff5851e05c1c4da2a36bfb2abd6468076a600
parent2f20c5941aef604c5a49eecebec0fb7f2d2f6dbd
Inline functions in variable initialization expressions

If the entire expression was a function call, it didn't get inlined
because VariableDeclaration wasn't being handled separately.
source/programcompiler.cpp
source/programcompiler.h