summaryrefslogtreecommitdiff
path: root/vala/valathrowstatement.vala
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use ErrorType-based collection for CodeNode.get_error_types()"Rico Tzschichholz2021-10-251-2/+2
* Use ErrorType-based collection for CodeNode.get_error_types()Rico Tzschichholz2021-10-231-2/+2
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-1/+1
* vala: Bail ThrowStatement.get_error_types() if error is setRico Tzschichholz2020-02-201-0/+3
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-5/+9
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-1/+7
* Drop POSIX profileJürg Billeter2012-08-061-6/+2
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-5/+5
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+10
* dova: Fix temporary variables used for throw statementsJürg Billeter2010-06-081-1/+5
* dova: Add initial support for error handlingJürg Billeter2010-06-081-2/+2
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Fix crash on invalid error expressionsJürg Billeter2009-02-011-0/+6
* Fix crash when using invalid throw expressions, fixes bug 565571Jürg Billeter2009-01-041-2/+5
* Check type of error expression in throw statementsJürg Billeter2008-11-291-0/+6
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-1/+9
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move throw statement checking to ThrowStatement.checkJürg Billeter2008-11-071-0/+20
* Fix temporary variable handling for throw statementsJuerg Billeter2008-05-271-1/+3
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* 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-5/+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
* fix memory management for throw statements, fixes bug 465071Juerg Billeter2007-08-201-2/+0
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-1/+1
* move iteration of throw statements, try statements, and catch clauses fromJuerg Billeter2007-07-131-4/+4
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+73