]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Don't use temp vars when accessing types that forbid lvalue access
authorLuca Bruno <lucabru@src.gnome.org>
Fri, 15 Jul 2011 16:05:56 +0000 (18:05 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Fri, 15 Jul 2011 16:53:25 +0000 (18:53 +0200)
commit7e429e144d505e6629c94847eb212753fa079443
treeeae5e5f74f509cb6b61583a93eefeadc554f7d56
parent00122a3c75908023bb561e8977a13e77ddc47c39
codegen: Don't use temp vars when accessing types that forbid lvalue access

Add support for specifying whether a type allows lvalue access or not by
using the lvalue_access argument of the CCode attribute.
codegen/valaccodebasemodule.vala
codegen/valaccodememberaccessmodule.vala