summaryrefslogtreecommitdiff
path: root/tests/semantic
Commit message (Expand)AuthorAgeFilesLines
* tests: Add more method tests to increase coverageHEADstagingmainRico Tzschichholz2023-05-172-0/+25
* codegen: Return CCodeInvalidExpression instead of nullRico Tzschichholz2023-04-131-0/+11
* vala: Check type-argument count of interface prerequisitesRico Tzschichholz2023-04-084-0/+40
* vala: Set proper value-type of unary ref/out expression in initializersRico Tzschichholz2023-03-194-0/+236
* vala: Add support for Hexadecimal floating point literalswszqkzqk2023-01-302-0/+10
* tests: Update c-expectedwszqkzqk2023-01-1119-19/+19
* tests: Add "type check comparison" test to increase coverageRico Tzschichholz2022-12-222-0/+316
* vala: Fix assignment operators for element accessSimon Werbeck2022-11-142-0/+175
* vala: Report error in real literal if exponent has no digits星外之神2022-10-263-0/+15
* vala: Don't unconditionally expect ObjectType of ClassRico Tzschichholz2022-07-301-0/+13
* codegen: Check cname of fields and methods against reserved identfiersRico Tzschichholz2022-06-142-0/+15
* vala: Improve accessibility check inside member initializerRico Tzschichholz2022-04-041-0/+10
* codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structsRico Tzschichholz2022-02-241-0/+1
* tests: Fix objectcreation-no-creation-method.testRico Tzschichholz2022-02-221-1/+3
* codegen: Add support for async mainPrinceton Ferro2022-01-171-5/+0
* Add native support to specify non default length-type for arraysRico Tzschichholz2022-01-042-0/+10
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-0311-64/+64
* codegen: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-035-11/+11
* vala: Check accessibility of initializer for constant and enum valueRico Tzschichholz2021-11-302-0/+18
* vala: Check for unavailable value-type of variable initializerRico Tzschichholz2021-11-172-0/+12
* vala: Don't allow casting to voidColin Kiama2021-11-081-3/+1
* codegen: Emit constants without initializer list in defines sectionRico Tzschichholz2021-11-071-2/+2
* codegen: Use CCodeConstant for member access of constant symbolRico Tzschichholz2021-11-062-0/+46
* vala: Add accessibility check of type for constants and structs base typeRico Tzschichholz2021-11-062-0/+21
* tests: Fix mixed up naming of base-type tests for classesRico Tzschichholz2021-11-062-5/+5
* tests: Add invalid "unary decrement" test to increase coverageRico Tzschichholz2021-10-231-0/+9
* tests: Add more invalid "(un)lock" tests to increase coverageRico Tzschichholz2021-10-234-0/+44
* tests: Add more invalid "member access" tests to increase coverageRico Tzschichholz2021-10-182-0/+14
* tests: Add invalid "target/destroy access" tests to increase coverageRico Tzschichholz2021-10-182-0/+18
* tests: Add more "type-arguments" tests to increase coverageRico Tzschichholz2021-10-174-0/+40
* tests: Add more "type-arguments" tests to increase coverageRico Tzschichholz2021-10-154-0/+40
* tests: Add missing cast-void-not-allowed.c-expectedRico Tzschichholz2021-09-151-0/+50
* vala: Warn about unsupported cast to void and drop itRico Tzschichholz2021-09-142-5/+11
* codegen: Fix property access inside opaque compact classPrinceton Ferro2021-08-302-2/+20
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-1619-0/+4255
* vala: Mark tranformed static member-access as qualifiedRico Tzschichholz2021-03-201-0/+14
* vala: Improve error for incompatible expressions in conditional expressionRico Tzschichholz2021-03-141-0/+7
* vala: Check (optional) type-arguments of array creation expressionRico Tzschichholz2021-03-072-0/+16
* vala: Check array type of declarations for errornous type-argumentsRico Tzschichholz2021-03-071-0/+8
* tests: Add some tests to increase coverageRico Tzschichholz2021-03-031-0/+6
* tests: Add some "unary expressions" tests to increase coverageRico Tzschichholz2021-02-272-0/+28
* tests: Add more "unsupported creation method" tests to increase coverageRico Tzschichholz2021-02-274-0/+38
* vala: Capturing va_list parameters/variables is not allowedRico Tzschichholz2021-02-162-0/+25
* vala: Don't allow GLib.Value casting to nullable struct/simple typesRico Tzschichholz2021-02-031-0/+6
* Add further support for params arrays in constructorsRico Tzschichholz2021-01-282-0/+23
* Add support for 'opaque' compact classesSimon Werbeck2021-01-195-0/+57
* vala: value_type of PointerIndirection expressions must not be ownedRico Tzschichholz2020-12-211-0/+16
* vala: Issue an error on void initializer for local-variableRico Tzschichholz2020-09-301-0/+5
* tests: Add more "invalid" tests to increase coverageRico Tzschichholz2020-08-102-0/+12
* vala: Mark tranformed member-access as qualifiedRico Tzschichholz2020-08-051-0/+20