svenbarth
|
de35356a4d
* when checking for an existing operator overload for the assignment operator, check for the correct variant (explicit or not) matching the overload
|
5 år sedan |
florian
|
9bd7401ce9
* comment fixed
|
5 år sedan |
florian
|
00859420ab
* correctly handle reading of class/object pointers in combination with @, resolves #26326
|
5 år sedan |
Jonas Maebe
|
1a9e246c29
* added is_normal_fieldvarsym() helper and use it
|
5 år sedan |
florian
|
2f374a37b7
* patch by Bart Broersma to allow to declare "LongInt = AnsiString" comparison
|
5 år sedan |
svenbarth
|
0a915e883e
* keep track of static symbols that a global function references, as those must now be exported from a dynamic package as well if the function can potentially be inlined
|
5 år sedan |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
6 år sedan |
svenbarth
|
5a5b47fa24
+ add support for MultiHelpers modeswitch by Ryan Joseph for Mantis #35159
|
6 år sedan |
svenbarth
|
e6add40495
* fix for Mantis #35348: correctly handle symbols that aren't parameter types (e.g. default values)
|
6 år sedan |
svenbarth
|
c147debda1
* ensure that the correct amount of parameters is used for an operator overload (this is essentially important for unary operators that were declared with two arguments)
|
6 år sedan |
svenbarth
|
307ff071e6
* allow any untyped parameter to be passed to a untyped constref parameter
|
6 år sedan |
Jonas Maebe
|
50ab607676
+ customint torddef type to create arbitraty bit-width integers
|
6 år sedan |
yury
|
4682ac269d
* Further improvement for r40180:
|
6 år sedan |
Jonas Maebe
|
9bd931e931
* make "formal const/var" parameters the least preferred conversion
|
6 år sedan |
Jonas Maebe
|
0b246f3dbd
* converted Boolean8 to an internal type, and mapped Boolean to the
|
6 år sedan |
svenbarth
|
97acf24290
+ add a new modeswitch ArrayOperators which is set by default in Delphi modes that enables the internal array operators (currently only "+")
|
7 år sedan |
svenbarth
|
9b45f58c0b
+ add flags that allow checking for overloads with isbinaryoverloaded() and isunaryoverloaded() without modifying the passed in node or even checking for normally non-overloadable operators
|
7 år sedan |
florian
|
21d785e41b
* do not unroll loops if the counter variable is accessed outside the current scope
|
7 år sedan |
florian
|
0fd0e356e1
+ new flag ra_different_scope: used if a node tree is marked as non-regable if a variable is accessed from a different scope
|
7 år sedan |
florian
|
c230f81719
+ support for <dyn. array>+<dyn. array>, resolves #30463
|
7 år sedan |
svenbarth
|
236a9b0aa5
* rework the checks for a helper's extended def to be a class so that it can be more easily extended by other objecttypes
|
8 år sedan |
nickysn
|
efc5e339d0
* use an enum instead of integer constants to represent inline numbers
|
8 år sedan |
florian
|
b1dff29cbf
* removed unused units
|
8 år sedan |
svenbarth
|
1aa80f77cb
- remove no longer needed global variable allow_array_constructor
|
8 år sedan |
yury
|
5405a4727a
* Removed unused vars.
|
8 år sedan |
svenbarth
|
ece13bcc5a
* fix for Mantis #31465: only consider non-static fields when checking whether a record may be used with Default()
|
8 år sedan |
maciej-izak
|
168e59837a
* New function token2managementoperator for conversion: ttoken to tmanagementoperator
|
8 år sedan |
Jonas Maebe
|
7911cc8437
- removed some dataconstn remenants
|
8 år sedan |
Jonas Maebe
|
d66e0d6450
- got rid of gotclass and gotdynarray in valid_for_assign(), as these were
|
8 år sedan |
Jonas Maebe
|
382bbc1201
- removed gotderef from valid_for_assign(), and return true at every place
|
8 år sedan |