]> git.tdb.fi Git - libs/gl.git/commit
Apply FunctionResolver again after DeclarationReorderer
authorMikko Rasa <tdb@tdb.fi>
Sat, 16 Jun 2018 21:16:49 +0000 (00:16 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 16 Jun 2018 21:16:49 +0000 (00:16 +0300)
commitf14516331a9b98b1d9d6c9c4e44787167f87a813
tree3eabe04c5d7187aa2bbe6cd071a0f27862ccec65
parente9d5d1945f110d5307036af0d4b3f0c3ebfe3d2a
Apply FunctionResolver again after DeclarationReorderer

Function calls that referred to declarations before need to be updated in
case the definition was moved to before the call site.
source/programcompiler.cpp