svenbarth
|
49fc13ea73
* move Handle property to TRttiObject (Delphi compatible and is probably also used for the caching mechanism)
|
8 жил өмнө |
svenbarth
|
4489163620
* declare TRttiObject as abstract
|
8 жил өмнө |
svenbarth
|
c35f694fb8
- remove unused local type
|
8 жил өмнө |
florian
|
4cf2a2672a
changes to fix #32043
|
8 жил өмнө |
nickysn
|
8ba4de3885
+ test lea with non-native address sizes (16-bit on i386, 32-bit on x86_64)
|
8 жил өмнө |
nickysn
|
92a52a9f4d
+ implemented support for instructions with non-native address size on i8086
|
8 жил өмнө |
svenbarth
|
bfd37969ad
* move TRttiStructuredType and TRttiInstanceType further down as they need access to TRttiMember and its children
|
8 жил өмнө |
nickysn
|
8589b946fc
* different versions (behind cpu specific ifdefs) of process_ea_ref renamed
|
8 жил өмнө |
Mattias Gaertner
|
5534acd097
fcl-passrc: resolver: fixed with-do-inherited
|
8 жил өмнө |
Mattias Gaertner
|
40717326bc
fcl-passrc: resolver: error message on array of const
|
8 жил өмнө |
Mattias Gaertner
|
facd1f5002
fcl-passrc: resolver: class-of constant
|
8 жил өмнө |
Mattias Gaertner
|
a7265432eb
fcl-passrc: resolver: allow different arg names in override methods
|
8 жил өмнө |
svenbarth
|
0c8f670ee0
+ add TRttiPointerType
|
8 жил өмнө |
svenbarth
|
5c85e94919
+ add TRttiNamedObject.Handle property of which the getter needs to be overridden in each sub class
|
8 жил өмнө |
nickysn
|
31c9214884
* replaced R_SUBADDR with the appropriate size (R_SUBW, R_SUBD or R_SUBQ) in
|
8 жил өмнө |
Mattias Gaertner
|
204ef5ac01
pastojs: fixed using type alias
|
8 жил өмнө |
Mattias Gaertner
|
a8fed34f99
pastojs: implemented resourcestrings
|
8 жил өмнө |
Mattias Gaertner
|
fe27ec2a26
fcl-passrc: resolver: check resourcestring expression
|
8 жил өмнө |
Mattias Gaertner
|
a70a1989e5
fcl-passrc: resolver: if varofaliasofclassof=typeofaliasofclassof
|
8 жил өмнө |
Mattias Gaertner
|
35f7b9fcf6
pastojs: fixed class-of-aliastype
|
8 жил өмнө |
Mattias Gaertner
|
aa1eed7b20
fcl-passrc: resolver: fixed class-of-aliastype
|
8 жил өмнө |
Mattias Gaertner
|
5fc3bbba12
pastojs: implemented logical xor
|
8 жил өмнө |
Mattias Gaertner
|
203c723bc3
fcl-passrc: resolver+useanalyzer: implemented resourcestring
|
8 жил өмнө |
Mattias Gaertner
|
48024645f0
pastojs: fixed property index value path
|
8 жил өмнө |
florian
|
cc44328109
* correctly calc case label distance after r36362, resolves #32115 and #32311
|
8 жил өмнө |
Mattias Gaertner
|
58454f555a
pastojs: implemented funcname:=
|
8 жил өмнө |
Mattias Gaertner
|
abd8907939
fcl-passrc: resolver: implemented funcname:=
|
8 жил өмнө |
svenbarth
|
5edbdd5a00
* correctly handle non-static functions where the result is passed as a parameter (the order is "Self/VMT, Result, other Args" there)
|
8 жил өмнө |
svenbarth
|
98bb449945
* raise an exception if routine to be invoked isn't static, but there's no parameter to be used as Self
|
8 жил өмнө |
svenbarth
|
794eb7c122
* ensure that FLock is released in case of an exception
|
8 жил өмнө |