summaryrefslogtreecommitdiff
path: root/vala/valadeclarationstatement.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-1/+1
* vala: Properly set CodeNode.error when reporting an errorRico Tzschichholz2020-02-101-1/+5
* vala: Micro optimizationsRico Tzschichholz2019-09-301-4/+4
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-11/+10
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-3/+3
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+5
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Consider fixed length array variables as definedJürg Billeter2009-09-061-4/+9
* Separate visiting declaration from visiting declaration statementJürg Billeter2008-11-301-3/+5
* Convert ternary conditionals into if statements, fixes bug 543870 and bugJürg Billeter2008-11-291-1/+13
* Report use of possibly uninitialized variables, fixes bug 508477 and bugJürg Billeter2008-11-141-1/+16
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-0/+2
* Move statement checking to code nodesJürg Billeter2008-11-071-0/+21
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Rename VariableDeclarator to LocalVariable, removeJuerg Billeter2008-04-161-7/+7
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-3/+3
* 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/+51