summaryrefslogtreecommitdiff
path: root/vala/valaobjectcreationexpression.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Improve check of type_referene in ObjectCreationExpressionLorenz Wildberg2023-04-111-14/+12
* vala: Add common CallableExpression.call property APIRico Tzschichholz2022-02-221-0/+7
* vala: Member reference for ObjectCreationExpression is never nullRico Tzschichholz2022-02-221-62/+48
* codegen: Correctly handle chain up of struct creation methodsRico Tzschichholz2021-12-111-0/+2
* 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: Set source references of created DataType instances in OCERico Tzschichholz2021-10-011-2/+2
* vala: Move type-argument/-parameter count check to DataType.check_type_argume...Rico Tzschichholz2021-03-071-13/+2
* vala: Properly parse and handle chained initialization of membersRico Tzschichholz2021-02-161-0/+27
* vala: Move SemanticAnalyzer.vist_member_initializer() to MemberInitializerRico Tzschichholz2021-02-161-1/+1
* Add further support for params arrays in constructorsRico Tzschichholz2021-01-281-1/+13
* vala: Add CallableExpression interface for MethodCall/ObjectCreationExpressionRico Tzschichholz2021-01-261-1/+1
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-7/+7
* vala: Add ObjectCreationExpression.to_string()Rico Tzschichholz2020-08-201-0/+26
* vala: Use available CodeContext instance for VersionAttribute.check()Rico Tzschichholz2020-06-171-1/+1
* vala: Remove some public API from expressions and statementsRico Tzschichholz2020-03-241-2/+2
* vala: Keep formal_target_type when transforming method-call/object-creationRico Tzschichholz2019-11-191-0/+3
* vala: Report error for async creation expression without yieldRico Tzschichholz2019-11-141-0/+5
* vala: Use private argument_list field instead of get_argument_list()Rico Tzschichholz2019-10-141-11/+10
* vala: Micro optimizationsRico Tzschichholz2019-09-301-1/+1
* vala: Rename DataType.data_type property to DataType.type_symbolRico Tzschichholz2019-09-301-1/+1
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-3/+3
* codegen: Move type-argument checks to SemanticAnalyzerRico Tzschichholz2019-09-251-1/+6
* codegen: Resolve generics in sizeof-expression of parameter initializerRico Tzschichholz2019-03-221-0/+9
* vala: Make source_reference optional for ObjectCreationExpressionRico Tzschichholz2018-10-241-1/+1
* vala: Fix several AST construction/parenting issuesRico Tzschichholz2018-10-231-3/+12
* Collect error_types on demand to allow transformationsLuca Bruno2018-10-231-13/+11
* vala: Always analyze nodes after they are inserted into the ASTLuca Bruno2018-10-231-1/+0
* Reintroduce POSIX profileRico Tzschichholz2018-05-081-1/+1
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-3/+3
* vala: Make SemanticAnalyzer.check_arguments() independent of contextRico Tzschichholz2018-02-191-0/+4
* vala: Don't transform an explicit "null" into a valid format-stringRico Tzschichholz2017-12-061-1/+3
* codegen: Fix finally blocks with async yieldsLuca Bruno2017-05-091-1/+0
* Support [FormatArg] attribute for parametersJürg Billeter2016-11-031-2/+2
* Check printf arguments of object creation expressionsJürg Billeter2016-11-011-0/+36
* Deny access to protected constructorsRico Tzschichholz2016-10-081-3/+7
* vala: Check accessibility of default argumentsSimon Werbeck2016-10-061-0/+20
* Introduce [Version (...)]Florian Brosch2016-01-301-1/+1
* Allow SimpleType object initializer without a default constructorLuca Bruno2014-12-211-1/+1
* Add some missing get_used_variables methodsSimon Werbeck2014-08-111-0/+4
* Detect format string errors when instancing errorsSimon Werbeck2014-07-071-0/+16
* Fix regression in method calls that throw errors with Value target typeLuca Bruno2014-01-281-3/+3
* Use create_temp_access instead of local.floating in ObjectCreationLuca Bruno2014-01-261-5/+2
* 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
* Drop Dova profileJürg Billeter2012-08-061-4/+2
* Fix async object creation expressionsJürg Billeter2012-07-181-1/+13
* GAsync: Support async creation methodsJürg Billeter2012-06-241-0/+2
* Drop C specific methods from the code treeLuca Bruno2011-08-011-1/+2