summaryrefslogtreecommitdiff
path: root/vala/valavariable.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Make Vala.Variable an abstract classRico Tzschichholz2022-01-191-2/+2
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-3/+2
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-2/+3
* codegen: Do not use temp var when accessing single-assignment localsJürg Billeter2011-08-011-0/+2
* Drop C specific methods from the code treeLuca Bruno2011-08-011-111/+0
* Move handling of common attributes from Field and Parameter to VariableJürg Billeter2011-01-161-0/+111
* Add Variable classJürg Billeter2010-07-271-0/+60