summaryrefslogtreecommitdiff
path: root/vala/valapostfixexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-2/+2
* 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-2/+2
* vala: Micro optimizationsRico Tzschichholz2019-09-301-6/+6
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+4
* vala: Add missing replace_expression() implementationsLuca Bruno2018-10-231-0/+6
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-2/+2
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+4
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-4/+4
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+5
* Set parent_node of the postfix inner expressionLuca Bruno2011-07-061-1/+9
* Add get_defined_variables in PostfixExpressionLuca Bruno2011-07-061-0/+8
* Collect used variables in postfix expression for flow analysisLuca Bruno2011-05-311-0/+4
* Mark the inner expression of postfix expression to be lvalueLuca Bruno2011-05-021-0/+1
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Port remaining code nodes to use accept_children for visiting childrenLuca Bruno2010-09-101-2/+4
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-1/+9
* Support postfix operator on array membersJürg Billeter2009-09-291-1/+8
* Fix crash when using postfix expressions with read-only propertiesJürg Billeter2009-09-141-1/+15
* Fix access checks for instance and class membersSebastian Dröge2009-09-011-1/+30
* 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
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-0/+2
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+13
* 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
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-3/+3
* add is_pure method to Expression classJuerg Billeter2007-11-291-1/+5
* 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/+58