Jonas Maebe
|
3a8b29be91
+ test conversion from class to differently sized enum and to differently
|
hace 16 años |
Jonas Maebe
|
5a09f58526
* only allow implicit type conversions from dynamic arrays to voidpointer
|
hace 16 años |
Jonas Maebe
|
5b08047d1c
* allow exlicit type conversions from class/interface to enums in Delphi
|
hace 16 años |
ivost
|
0f519439b5
* reverted r12690 and r12691
|
hace 16 años |
ivost
|
c61a0784cb
* assign an Interface to TGuid was not possible (const Guid: TGuid = IUnknown)
|
hace 16 años |
florian
|
706f8085f4
* convert int64 properly to c-bools, resolves #12614
|
hace 16 años |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
hace 17 años |
yury
|
8818df640f
* Fixed passing of open array of wide string literals to function which expects 'array of pwidechar' parameter in case source file has utf8 encoding. Compiler thrown the following error in such case: Incompatible type for arg no. 1: Got "Array Of Const/Constant Open Array of WideString", expected "Open Array Of PWideChar".
|
hace 17 años |
florian
|
1fa70f7a0a
* proper support for tobject.getinterface with raw/corba interfaces, resolves #6798 and #6036
|
hace 17 años |
tom_at_work
|
6958bbfdda
* allow explicit conversion of enumeration values (in addition to integers) to object references in Delphi mode
|
hace 17 años |
florian
|
467aeb3446
* avoid ie 99080501 when overloading procedures with open arrays of widechar, resolves #11543
|
hace 17 años |
florian
|
e265393d7a
* make stringconstn => open array of char a l1 conversion as it was earlier, resolves #10727
|
hace 17 años |
Jonas Maebe
|
85b9c65f51
* fixed support in macpas mode for anonymous procedure/function types
|
hace 17 años |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
hace 17 años |
yury
|
801837f60d
* Fixed bug #10681.
|
hace 17 años |
Jonas Maebe
|
08ccb30e3b
* perform real "exactness" checking for open array parameters
|
hace 17 años |
Jonas Maebe
|
719c29cf86
+ new cpo_openequalisexact parameter comparison option which
|
hace 17 años |
florian
|
5c96c4a671
+ first part of support for an unicodestring type
|
hace 17 años |
Jonas Maebe
|
e716ac6b6b
* give ord->formaldef again a higher precedence than ord->floatdef
|
hace 18 años |
Jonas Maebe
|
82a0749970
* prefer non-matching orddef conversions to orddef-to-pointer conversions
|
hace 18 años |
Jonas Maebe
|
5bc156efea
* always demote type conversions which cannot represent part of the
|
hace 18 años |
daniel
|
6e0a7bb0eb
* Nil constants that are type converted to a method procvar are now
|
hace 18 años |
florian
|
76a3d55199
* allow enum => pointer type casts in delphi mode, resolves #8465
|
hace 18 años |
daniel
|
504d845e86
* Consider conversion from integer to integer te_equal, if the base types
|
hace 18 años |
florian
|
70284da435
* allow <any ordinal>(class/interface) type casts likewise it is allowed for class references and pointers
|
hace 18 años |
Jonas Maebe
|
ba95cc22ee
* only allow automatic type conversions of array constructors of
|
hace 18 años |
florian
|
c7037df254
+ classrefdef is assignment compatible to pointers in delphi mode
|
hace 18 años |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
hace 18 años |
Jonas Maebe
|
6555f37cff
* do not search variant operators when looking for an overloaded
|
hace 18 años |
florian
|
45cda67f3f
+ first basically working (not all node types yet) dfa implementation determining life information
|
hace 18 años |