summaryrefslogtreecommitdiff
path: root/vala/valaconditionalexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* Fix formal_target_type in conditional expressionsJürg Billeter2011-01-081-1/+2
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-9/+9
* Port remaining code nodes to use accept_children for visiting childrenLuca Bruno2010-09-101-4/+6
* Fix crash when using invalid conditional expressionsJürg Billeter2009-09-141-1/+2
* Convert for loops into simple loopsJürg Billeter2009-06-061-5/+1
* Fix critical when using conditional expressions in method contractsJürg Billeter2008-12-011-0/+6
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-6/+6
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-5/+12
* Convert ternary conditionals into if statements, fixes bug 543870 and bugJürg Billeter2008-11-291-13/+86
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+1
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+32
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-3/+3
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-5/+5
* add is_pure method to Expression classJuerg Billeter2007-11-291-0/+4
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+66