marco
|
0bdd17ee09
--- Merging r19605 into '.':
|
преди 14 години |
florian
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
преди 14 години |
paul
|
d21bbc4548
compiler: reduce amount of hints and warnings
|
преди 14 години |
paul
|
f904f41664
compiler: don't allow local or anonymous records to have types (the second part of issue #0019099)
|
преди 14 години |
svenbarth
|
16e500ee3c
Removed old search algorithm
|
преди 14 години |
svenbarth
|
d0705a1779
Rebase to revision 17236
|
преди 14 години |
svenbarth
|
a944be69a6
* nflw.pas: search for enumerators in helpers for records as well
|
преди 14 години |
florian
|
07c9a772bf
* fix compilation when object type cast checking is on
|
преди 14 години |
svenbarth
|
f7f357f18e
* symconst.pas:
|
преди 14 години |
Jonas Maebe
|
8e788c6fa5
* further fixes for parsing declarations involving nested types that are
|
преди 14 години |
Jonas Maebe
|
af38604706
* fixed spelling of "isforward" parameter in previous patch
|
преди 14 години |
Jonas Maebe
|
707f19e4c9
* factored out parsing of fully qualified nested types inside their
|
преди 14 години |
svenbarth
|
80e6498921
Rebase to revision 17096
|
преди 14 години |
florian
|
26fbfaf5a7
+ introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer)
|
преди 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 години |
svenbarth
|
d12b198c7f
Rebase to revision 16888
|
преди 14 години |
svenbarth
|
7cc7826343
- msg*: found a message to reuse
|
преди 14 години |
florian
|
ec2d294287
* compiler works again compiled with $R+
|
преди 14 години |
svenbarth
|
07eebff55c
Rebase to revision 16827
|
преди 14 години |
paul
|
0be10ee19f
compiler: fix comments
|
преди 14 години |
svenbarth
|
d4be11cb42
Implement advanced class helper syntax which allows "inheritance" of class helpers. This is not the same as normal class inheritance as its only used to extend the scope to other class helpers (that pseudo heritage line) when searching for a symbol. The real parent is always the extended class.
|
преди 14 години |
paul
|
86482658a8
compiler: fix tgeneric11 test:
|
преди 14 години |
paul
|
def46487eb
compiler: simplify _CLASS token handling in record declarations too
|
преди 14 години |
svenbarth
|
a9b64c80ad
Rebase to revision 16728
|
преди 14 години |
svenbarth
|
aed9f0a5f7
Added first version of class helper support (not fully working and not fully featured)
|
преди 14 години |
paul
|
2599cc63bd
compiler: implement generic procedural types
|
преди 14 години |
paul
|
0d6b62d293
compiler: allow generic inline specialization for delphi mode (like TFoo<Integer>.Create)
|
преди 14 години |
paul
|
fa41b6ffe3
compiler: allow generic classes to derive from generic classes and generic interfaces
|
преди 14 години |
paul
|
4cfcc7ae7b
compiler: implement delphi generic syntax for delphi mode
|
преди 14 години |
paul
|
7c33505916
compiler: don't create enum defs for specializations declarations. Enums are stored in the unit symtables and generic declarations already add them there. Therefore specializations should search for enum defs declared by generics and use them instead of own.
|
преди 14 години |