summaryrefslogtreecommitdiff
path: root/vala/valaifstatement.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: 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
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-7/+8
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-5/+5
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-6/+6
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+8
* Fix crash when using type names as conditionsJürg Billeter2010-04-281-1/+1
* Convert conditions in if statements to bool if necessaryJürg Billeter2010-01-291-1/+3
* Fix jump statements in try with finallyJiří Zárevúcky2009-07-281-2/+17
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+6
* Move statement checking to code nodesJürg Billeter2008-11-071-0/+31
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-3/+3
* fix build when using non-null typesJuerg Billeter2008-04-131-2/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-7/+7
* build control flow graph, report error for missing return statement inJuerg Billeter2008-01-231-3/+5
* rename replace method to replace_expression and require arguments of typeJuerg Billeter2007-12-021-2/+2
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-2/+2
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+87