florian
|
6ec0f2549a
* factored load node flags out of node flags to gain space
|
13 سال پیش |
paul
|
e0fecf5332
compiler: revert r19358. As stated by Florian, compiler should be able to compile with the latest RTL.
|
14 سال پیش |
paul
|
ee2e0a0c1d
compiler: remove CP_xxx constants since they are present in the system unit now
|
14 سال پیش |
florian
|
df75368d0b
--- Merging r19281 into '.':
|
14 سال پیش |
florian
|
4868b09844
* patch by alexvin to replace $ifopt by $push/$pop, resolves #20332
|
14 سال پیش |
Jonas Maebe
|
dff5ac3b0a
* don't allow passing a field of a record that's not an lvalue as
|
14 سال پیش |
paul
|
005795495d
merge r17552 from cpstrnew branch by inoussa:
|
14 سال پیش |
paul
|
7dd8a97487
compiler: allow "with" to search members in nested types properly
|
14 سال پیش |
Jonas Maebe
|
d8a2c47c75
* fixed calling inherited message handlers after r18162
|
14 سال پیش |
Jonas Maebe
|
9195506c56
* make sure that anonymous inherited calls only call through to the
|
14 سال پیش |
Jonas Maebe
|
4de8f53f03
* prevent exception when the compiler is compiled with -CR and we find a
|
14 سال پیش |
Jonas Maebe
|
0d4d1a2ac8
* fixed two places where after r1913 valid_for_assign() didn't immediately
|
14 سال پیش |
florian
|
570f3c4b39
* merges recent class helper fixes by Sven Barth
|
14 سال پیش |
florian
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
14 سال پیش |
Jonas Maebe
|
19fb48dfa9
* prefer "any array" -> "open array" over "single element" -> "open array"
|
14 سال پیش |
svenbarth
|
f7f357f18e
* symconst.pas:
|
14 سال پیش |
svenbarth
|
963a4d7b23
Commit of a completely restructured helper implementation. Instead of changing objectdefs with odt_classhelper to odt_class, they'll have the odt_helper type assigned to and this will be kept. This also implies that the parent of a helper is its true parent while the extended type is set to a field in tobjectdef (extendeddef).
|
14 سال پیش |
paul
|
a39733a0a2
compiler: extend enumerator support for records:
|
14 سال پیش |
paul
|
8102c480d7
compiler: generate an error message if enumerator operator is declared with return object which has no valid MoveNext method, Current property
|
14 سال پیش |
paul
|
9499692eeb
compiler: allow Assignment and Explicit operators for undefined defs (issue #0018567)
|
14 سال پیش |
Jonas Maebe
|
2222f2c44b
* renamed is_class_or_interface_or_dispinterface_or_objc() into
|
14 سال پیش |
paul
|
ee6fe6c4f5
compiler: add unary plus node, search for unary plus operator if a type cannot be handled by compiler, increase ppu version because of node types change
|
14 سال پیش |
paul
|
66b128efb3
compiler: map delphi Implicit operator to := operator of FPC, add Explicit operator for delphi only (for now) which works when explicit type conversion happens + extend test
|
14 سال پیش |
paul
|
4531e1231b
compiler: implement Inc, Dec class operators
|
14 سال پیش |
paul
|
b811f1be15
compiler: implement delphi style class operators:
|
14 سال پیش |
paul
|
525f4fea43
compiler: prepare collect_overloads_in_struct to work with operators, replace tprocsym argument in proc_add to tsymtable because tprocsym is only used to get the symtable
|
14 سال پیش |
paul
|
d97cf8ed9d
compiler: implement IN operator which was known by compiler but was not supported. + test
|
14 سال پیش |
paul
|
92d6503704
compiler: rename _EQUAL token to _EQ to prevent problems with adding delphi operator names which contains "EQUAL" name, also rename _UNEQUAL to _NE for consistency
|
14 سال پیش |
paul
|
8c0c614d5a
compiler: allow <> operator overload. search for "<>" operator first for "<>" expressions and if not found then use "=" operator + test
|
14 سال پیش |
paul
|
0f15d89f0a
compiler: formatting
|
14 سال پیش |