summaryrefslogtreecommitdiff
path: root/vala/valacatchclause.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: Remove some public API from expressions and statements (2)Rico Tzschichholz2020-07-131-4/+4
* codegen: Make use of CCode.cname for label name of CatchClauseRico Tzschichholz2020-07-131-5/+0
* vala: Add source_reference to local variable of catch-clauseRico Tzschichholz2018-10-231-1/+1
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-0/+6
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-2/+2
* analyzer: Fix critical when catch clause does not catch an ErrorTypeLuca Bruno2013-12-141-1/+5
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-3/+2
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-2/+3
* Drop POSIX profileJürg Billeter2012-08-061-5/+1
* Enable flow analysis for out parametersLuca Bruno2011-07-151-1/+1
* codegen: Use CatchClause.error_variable instead of variable_nameLuca Bruno2011-04-271-4/+6
* 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-1/+9
* dova: Add initial support for error handlingJürg Billeter2010-06-081-1/+6
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Fix jump statements in try with finallyJiří Zárevúcky2009-07-281-2/+17
* Rework header file generationJürg Billeter2009-03-311-4/+2
* Fix generic catch clausesJürg Billeter2008-11-201-1/+3
* Correct source file dependencies for catch clauses, fixes bug 561437Jürg Billeter2008-11-191-2/+2
* Ensure that members are checked when accessing them, fixes bug 561018Jürg Billeter2008-11-171-0/+2
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-1/+5
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-1/+3
* Move statement checking to code nodesJürg Billeter2008-11-071-2/+25
* Fix error handling in catch and finally clauses, fixes bug 530212Juerg Billeter2008-05-021-0/+5
* Support catch clauses without error variable, fixes bug 529539Juerg Billeter2008-04-261-2/+2
* Rename VariableDeclarator to LocalVariable, removeJuerg Billeter2008-04-161-8/+8
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+5
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-3/+3
* fix crash when using general catch clause, fixes bug 513680Juerg Billeter2008-02-011-5/+10
* move unresolved type information from DataType into new UnresolvedTypeJuerg Billeter2007-12-021-1/+15
* rename TypeReference to DataTypeJuerg Billeter2007-12-021-2/+2
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* move iteration of throw statements, try statements, and catch clauses fromJuerg Billeter2007-07-131-3/+3
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+69