summaryrefslogtreecommitdiff
path: root/vala/valapointerindirection.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: value_type of PointerIndirection expressions must not be ownedRico Tzschichholz2020-12-211-0/+1
* vala: Use common visitor schema for PointerIndirection expressionsRico Tzschichholz2020-12-211-2/+4
* Revert errornous git pushRico Tzschichholz2020-11-141-1/+1
* vala: More copying of dedicated data-type instances for code-nodesRico Tzschichholz2020-11-141-1/+1
* vala: Remove some public API from expressions and statements (2)Rico Tzschichholz2020-07-131-1/+1
* vala: Improve source documentationRico Tzschichholz2020-05-271-1/+3
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+4
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-0/+4
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-2/+2
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+4
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+2
* Forbid pointer indirection for void typeLuca Bruno2011-04-301-1/+1
* 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/+9
* Documentation fixesDidier 'Ptitjes2009-10-311-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Fix error handling in condition of while, do, and for statementsJürg Billeter2008-11-301-4/+0
* Convert binary conditional expressions into if statementsJürg Billeter2008-11-291-0/+4
* 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/+1
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+33
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Move memory management into CCodeGenerator.transform_expression asJuerg Billeter2008-05-281-0/+2
* 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
* add is_pure method to Expression classJuerg Billeter2007-11-291-0/+4
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* Move contents of vala-pkg to trunkJürg Billeter2007-05-021-0/+64