summaryrefslogtreecommitdiff
path: root/tests/webtbf
Commit message (Expand)AuthorAgeFilesLines
* * better error recovery, resolves #36397florian2019-12-051-0/+20
* * better error recovery, resolves #36377florian2019-11-291-0/+15
* * warn only in delphi mode if an explicit enumeration value exceeds the ran...florian2019-11-251-1/+1
* * fix for Mantis #36223: when parsing a helper type its extendeddef might be Nilsvenbarth2019-11-011-0/+18
* * give an error if an explicit enumeration valid exceeds the valid range, r...florian2019-10-131-0/+7
* * fix for Mantis #36114: when converting a static class field to a global var...svenbarth2019-10-031-0/+22
* * fix for Mantis #35981: ensure that the "specialize" token is only really us...svenbarth2019-08-231-0/+40
* - removed tests as modern Delphi versions behave differently (mantis #35886)jonas2019-07-281-21/+0
* * fix for Mantis #35866: parse_paras does not check whether the expressions a...svenbarth2019-07-201-0/+55
* * relaxation of r42272: again only show warnings rather than errors forjonas2019-06-231-0/+12
* * report range errors for assigning out-of-range constants to enums injonas2019-06-221-0/+15
* * fix for Mantis #35348: correctly handle symbols that aren't parameter types...svenbarth2019-04-141-0/+13
* * fixed over-eager rejection of tobjecttype.fieldname expression after r40785jonas2019-02-251-0/+14
* * give an error when trying to call an object instance method via a type nodejonas2019-01-061-0/+29
* * fix for Mantis #27378: save and (more importantly) restore verbosity when s...svenbarth2019-01-033-0/+38
* + test for #27543 which is fixed meanwhileflorian2019-01-011-0/+10
* * also enable published for TObjA so that the test fails for the correct reasonsvenbarth2018-12-291-1/+2
* * with the change regarding property access lists this test is no longer cons...svenbarth2018-12-262-0/+40
* * Mantis #34691 is fixed by previous change regarding property access listsvenbarth2018-12-261-0/+28
* * don't allow constants of the record type that is currently being parsed; th...svenbarth2018-11-111-0/+16
* * fix for Mantis #34355: correctly check whether the array constructor is emp...svenbarth2018-10-071-0/+17
* * test (for Mantis #5516; 3531 is the old bug ID) is valid now that we have d...svenbarth2018-05-241-21/+0
* + test that should fail compilation and already fails (mantis #28355)jonas2018-04-101-0/+32
* * made message about subroutines not being inlined a note instead of a hint, ...florian2018-04-051-1/+1
* * set an owner for open array defs being created in property declarations, re...florian2018-02-251-0/+23
* + compiler writes a hint if a subroutine marked as inline cannot be/is not in...florian2018-02-241-0/+29
* * warn if the first constant element of a range set expression is greater tha...florian2018-02-231-0/+12
* * patch (indention adapted) by Christo Crause to check avr inline assembler, ...florian2018-02-181-0/+10
* * prevent crash on not yet supported attribute declarations, resolves #32075florian2018-02-171-0/+20
* * patch by Christo Crause: generate parameter location information in att ass...florian2018-02-051-0/+25
* * patch by Christo Crause: prevent that the compiler converts breq into jmp i...florian2018-01-311-0/+16
* * test for mantis #32906 (already fixed in revision 37886)jonas2018-01-021-0/+39
* * check for conflicts between procedure directives specified in thejonas2018-01-011-0/+39
* * disallow passing a dynarray(niln/pointerconstn) as an open arrayjonas2017-12-311-0/+18
* changes to fix #32043florian2017-10-062-0/+40
* * fix for Mantis #32412: correctly handle an incorrect parameter count for De...svenbarth2017-09-273-0/+32
* * fix for Mantis #31973: resolve dummy symbols earlier and print a nice error...svenbarth2017-06-091-0/+23
* * allow call dword ptr eax in delphi, resolves #18225florian2017-03-121-0/+10
* * fix for Mantis #31465: only consider non-static fields when checking whethe...svenbarth2017-03-031-0/+25
* + add test for Mantis #23702, just to be sure that we don't re-add that alrea...svenbarth2017-01-271-0/+24
* * when freeing a procdef that hasn't been registered for writing to the ppujonas2017-01-152-0/+29
* * fix for Mantis #31107: disallow calling of ordinary record methods using th...svenbarth2016-12-121-0/+19
* * do not throw an internal error if in case of an previous error the paramete...florian2016-11-271-0/+9
* * revert r34712: the behavior with the class constructors is indeed Delphi co...svenbarth2016-10-132-40/+0
* Fix for Mantis #30729: don't allow other names for class constructors or dest...svenbarth2016-10-132-0/+40
* * fix for Mantis #28753: don't return generic dummys from single_type(); ensu...svenbarth2016-09-161-0/+18
* * fix Mantis #30494 by applying patch from Maciej Izaksvenbarth2016-08-261-0/+15
* * enable 40+ tests for Haiku as per mantis #30470marco2016-08-141-1/+1
* * don't allow implicit type conversions from pointers to c-style blocks injonas2016-04-171-0/+22
* * correctly write an error if one tries to implement a method introduced in a...florian2015-07-281-0/+18