summaryrefslogtreecommitdiff
path: root/vala/valaunaryexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Set proper value-type of unary ref/out expression in initializersRico Tzschichholz2023-03-191-1/+6
* 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: Replace and drop UnaryExpression.find_member_access()Rico Tzschichholz2021-10-231-10/+1
* vala: Report error for invalid inner operand of unary expressionsRico Tzschichholz2021-02-271-0/+4
* vala: Avoid critical when trying to use symbol_reference of ElementAccessOle André Vadla Ravnås2021-01-221-1/+1
* vala: Don't allow assigning GtkChild fields/propertiesRico Tzschichholz2021-01-171-0/+5
* Revert errornous git pushRico Tzschichholz2020-11-141-5/+5
* vala: More copying of dedicated data-type instances for code-nodesRico Tzschichholz2020-11-141-5/+5
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-5/+5
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* vala: Move transformation of unary increment/decrement to codegenRico Tzschichholz2020-08-131-9/+2
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-2/+2
* vala: Replace if-else-tree with switch in UnaryExpression.check()Rico Tzschichholz2019-10-131-7/+14
* vala: Micro optimizationsRico Tzschichholz2019-09-301-8/+8
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-4/+4
* vala: Reject unary operations on nullable integer/floating and boolean typeRico Tzschichholz2019-09-041-3/+3
* vala: More regular invocations of check() on inferred Expression.value_typeRico Tzschichholz2019-03-061-0/+2
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-311-1/+1
* vala: Add UnaryOperator.to_string()Rico Tzschichholz2018-11-151-16/+17
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-0/+4
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Revert "semanticanalyzer: Transform replaced_nodes field into method"Rico Tzschichholz2018-01-291-1/+1
* semanticanalyzer: Transform replaced_nodes field into methodRico Tzschichholz2017-12-151-1/+1
* vala: Avoid superfluous string copyingRico Tzschichholz2016-10-301-1/+1
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+4
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-1/+1
* Enable flow analysis for out parametersLuca Bruno2011-07-151-2/+6
* Mark the inner expression of unary increment/decrement to be lvalueLuca Bruno2011-05-021-0/+2
* Report error for constants with non-constant expressionsJürg Billeter2011-02-081-1/+10
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-5/+5
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Use emit instead of accept and accept_children in code generatorJürg Billeter2010-08-101-0/+8
* Use default in switch to fix C warningJürg Billeter2010-03-211-2/+1
* Allow using array element access as ref and out method argumentsJürg Billeter2010-02-101-3/+5
* Support bitwise complement with enumsJürg Billeter2010-01-091-1/+1
* Consider negative literals constantJürg Billeter2010-01-081-1/+9
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-1/+0
* Remove ParenthesizedExpression to simmplify ASTJürg Billeter2009-02-181-10/+4
* Fix critical when trying to access instance member, fixes bug 566337Jürg Billeter2009-01-091-0/+6
* 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/+17
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-4/+2
* Move expression checking to code nodesJürg Billeter2008-11-101-0/+123
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Fix memory management for ref and out argumentsJürg Billeter2008-05-311-3/+5
* 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-7/+7
* Replace generated Vala scanner and parser by handwritten classesJuerg Billeter2008-04-131-0/+1