summaryrefslogtreecommitdiff
path: root/vala/valaaddressofexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Access of stack allocated struct is guaranteed to be non nullRico Tzschichholz2022-01-241-0/+4
* vala: Set more missing source references of CodeNode instancesRico Tzschichholz2021-10-171-2/+2
* codewriter: Wrap AddressofExpression and PointerIndirection in parensRico Tzschichholz2020-12-211-1/+1
* vala: Improve source documentationRico Tzschichholz2020-05-271-1/+3
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-1/+1
* vala: Micro optimizationsRico Tzschichholz2019-09-301-1/+2
* vala: Fix and add more to_string() methods to expressionsLuca 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
* Set lvalue to the inner expression of address-of expressionLuca Bruno2011-07-061-0/+2
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Fix address-of operator for pointer element accessJürg Billeter2010-10-071-2/+4
* Make address-of operator work on all variablesJürg Billeter2010-10-061-4/+5
* 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
* Documentation fixesDidier 'Ptitjes2009-10-311-1/+1
* Support taking address of generic variablesDidier 'Ptitjes2009-07-211-1/+2
* 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-1/+2
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+28
* 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