]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Use temp-var for MethodCall with out/ref arguments
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 26 Dec 2018 19:34:39 +0000 (20:34 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 26 Dec 2018 19:49:58 +0000 (20:49 +0100)
commit8524dc8d547f2f2021516062e9915709dcc1c2b2
treec2cb7527fd76ae6088f1729b6082e4f0861e0a14
parent2cea36afee72d395784b9f178beac5808edb7b5b
codegen: Use temp-var for MethodCall with out/ref arguments

Checking arguments of a MethodCall expression is required for varidic
methods where checking parameters isn't sufficient. Doing this makes
looking for out/ref parameters superfluous.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/722
codegen/valaccodemethodcallmodule.vala