summaryrefslogtreecommitdiff
path: root/vala/valaconditionalexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-1/+1
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-1/+1
* vala: Improve error for incompatible expressions in conditional expressionRico Tzschichholz2021-03-141-1/+2
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-3/+3
* vala: More regular invocations of check() on inferred Expression.value_typeRico Tzschichholz2019-03-061-0/+1
* vala: Implement get_*_variables() for ConditionalExpressionRico Tzschichholz2018-10-241-0/+12
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+4
* vala: Add missing replace_expression() implementationsLuca Bruno2018-10-231-0/+12
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-0/+6
* vala: Always analyze nodes after they are inserted into the ASTLuca Bruno2018-10-231-3/+3
* codegen: Fix floating reference regression with VariantsRico Tzschichholz2018-08-131-0/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+4
* 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