summaryrefslogtreecommitdiff
path: root/vala/valasizeofexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-1/+1
* Revert "Set parent_node and always copy datatype when assigned to code nodes."Luca Bruno2013-10-071-1/+1
* Set parent_node and always copy datatype when assigned to code nodes.Luca Bruno2013-10-061-1/+1
* tag sizeof as constantFlorian Brosch2012-01-211-0/+4
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-3/+3
* 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/+7
* Rework header file generationJürg Billeter2009-03-311-3/+1
* Include C header files for types used in sizeof expressions, fixes bugJürg Billeter2008-12-161-0/+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-0/+2
* Move expression checking to code nodesJürg Billeter2008-11-101-1/+13
* 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-4/+4
* implement replace_type for sizeof and typeof expressionsJuerg Billeter2007-12-031-1/+15
* rename TypeReference to DataTypeJuerg 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
* support sizeof expression update add struct_size param to GLib.SourceJürg Billeter2007-05-311-0/+51