]> git.ipfire.org Git - thirdparty/vala.git/commit
Avoid unnecessary copies when using the coalescing operator
authorLuca Bruno <lucabru@src.gnome.org>
Sun, 26 Jan 2014 14:49:18 +0000 (15:49 +0100)
committerLuca Bruno <lucabru@src.gnome.org>
Sun, 26 Jan 2014 14:49:48 +0000 (15:49 +0100)
commit19184595677fdd08acf35c32ff78a3d97faf3ab2
tree2eeb581e13bfe5da4db12593419495147351ee70
parentcee269cd25fb753d63586d718468f237160621c5
Avoid unnecessary copies when using the coalescing operator

Fixes bug 661985
tests/Makefile.am
tests/control-flow/bug661985.vala [new file with mode: 0644]
vala/valabinaryexpression.vala