Jonas Maebe
|
76b0ee9925
* treat all "uninitialized" hints as warnings on JVM platforms, because
|
13 tahun lalu |
Jonas Maebe
|
5ea03973d3
* reject assignments to vecn[rangen] (mantis #22941)
|
13 tahun lalu |
florian
|
ca5fabda6d
* cleanup some unused units from uses clauses
|
13 tahun lalu |
pierre
|
1550c623c3
Avoid memory leak in isbinaryoverloaded function
|
13 tahun lalu |
Jonas Maebe
|
3b968b4b35
* don't allow overloading enum/int operations, because they should be
|
13 tahun lalu |
Jonas Maebe
|
cf4a2bd392
* fixed java.lang.String and Pascal string comparisons after operator
|
13 tahun lalu |
Jonas Maebe
|
f3ad4af343
* make sure valid_for_assign() returns false for inlined function bodies
|
13 tahun lalu |
svenbarth
|
360592d1f4
Some corrections after the loosening of operator overloads:
|
13 tahun lalu |
svenbarth
|
b0458b55a3
Loosen the restriction regarding operator overloads by applying a (modified) patch from JC Chu. This fixes Mantis #22359.
|
13 tahun lalu |
Jonas Maebe
|
fdbe35aadf
* only try to call procvars while choosing overloads in case they don't
|
13 tahun lalu |
Jonas Maebe
|
12553a9367
* don't give -CO warnings or hints for ordinal constants, because those
|
13 tahun lalu |
Jonas Maebe
|
95b8b95c9c
* fixed (harmless) class cast error
|
13 tahun lalu |
Jonas Maebe
|
834026bfb5
* synchronised with trunk up to r21067
|
13 tahun lalu |
paul
|
a26bc50ca6
compiler: change ShortString->(Some)String and AnsiString->(Some)String overload precedence both for variables and string constants, change unicode constant type from widestring to unicodestring (Delphi compatibility)
|
13 tahun lalu |
Jonas Maebe
|
5f3db3c1ba
* if we assign something to a record field whose type is not regable by
|
13 tahun lalu |
paul
|
b80e7c8fba
compiler: change candidates search preference for variant arguments based on testing delphi XE + fixing tests
|
13 tahun lalu |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 tahun lalu |
florian
|
ce845bf97c
* introduction of in_generic in r20699 was unneeded, replaced by parse_generic
|
13 tahun lalu |
florian
|
79a77ae7d6
+ in_generic for testing if currently a generic declaration/definition is parsed/record
|
13 tahun lalu |
svenbarth
|
bd19a16be9
Add support for Default() intrinsic. For now this is only (fully) supported
|
13 tahun lalu |
paul
|
2499b5514f
compiler: change overload search for char constants (for delphi compatibility):
|
13 tahun lalu |
Jonas Maebe
|
e5c097a6e2
* mark nodes that have been created by transforming a read-accessor of
|
13 tahun lalu |
Jonas Maebe
|
0d5b2b84a8
+ Android/JVM target, including a translation of the Android r14 SDK
|
13 tahun lalu |
florian
|
6ec0f2549a
* factored load node flags out of node flags to gain space
|
13 tahun lalu |
paul
|
e0fecf5332
compiler: revert r19358. As stated by Florian, compiler should be able to compile with the latest RTL.
|
14 tahun lalu |
paul
|
ee2e0a0c1d
compiler: remove CP_xxx constants since they are present in the system unit now
|
14 tahun lalu |
florian
|
df75368d0b
--- Merging r19281 into '.':
|
14 tahun lalu |
florian
|
4868b09844
* patch by alexvin to replace $ifopt by $push/$pop, resolves #20332
|
14 tahun lalu |
Jonas Maebe
|
dff5ac3b0a
* don't allow passing a field of a record that's not an lvalue as
|
14 tahun lalu |
paul
|
005795495d
merge r17552 from cpstrnew branch by inoussa:
|
14 tahun lalu |