summaryrefslogtreecommitdiff
path: root/vala/valatypeofexpression.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
* vala: Issue warning when passing arrays to typeof(), except for "string[]"Rico Tzschichholz2019-10-231-0/+4
* vala: Use DataType.get_type_arguments()Rico Tzschichholz2018-11-211-1/+1
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-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
* Drop POSIX profileJürg Billeter2012-08-061-1/+1
* Report warning for type arguments in typeof expressionsFlorian Brosch2012-01-261-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
* 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
* Include C header files for types used in typeof expressions, fixes bugJürg Billeter2008-11-191-0/+2
* 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-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/+51