summaryrefslogtreecommitdiff
path: root/vala/valareturnstatement.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: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-2/+2
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-1/+1
* vala: Properly set CodeNode.error when reporting an error (2)Rico Tzschichholz2020-02-201-0/+1
* vala: Rework ReturnStatement.check to handle "current_return_type == null"Rico Tzschichholz2020-02-201-10/+8
* vala: Micro optimizationsRico Tzschichholz2019-09-301-1/+1
* vala: Add some missing type copyingRico Tzschichholz2018-10-231-1/+1
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-2/+6
* Replace `%s` with `%s' in format strings of output messagesRico Tzschichholz2018-08-081-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Drop Dova profileJürg Billeter2012-08-061-5/+0
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-13/+13
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+11
* dova: Add implicit result variableJürg Billeter2010-03-131-0/+5
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Report error when returning owned variable in method or property withJürg Billeter2009-01-161-3/+5
* Remove --disable-non-null option after transition period of 9 monthsJürg Billeter2009-01-101-2/+2
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-1/+13
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-3/+1
* Move return statement checking to ReturnStatement.checkJürg Billeter2008-11-071-0/+73
* fix build when using non-null typesJuerg Billeter2008-04-131-3/+3
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-4/+4
* rename replace method to replace_expression and require arguments of typeJuerg Billeter2007-12-021-2/+2
* switch return statement to external visitorJuerg Billeter2007-09-171-13/+9
* 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/+75