svenbarth
|
461d231daa
Rebase to revision 19078 (directly before the merge of cpstrnew)
|
13 years ago |
svenbarth
|
594f84dc2c
Merge branch 'unique-syms'
|
13 years ago |
svenbarth
|
f594e5a3fc
Arrays and procvars inside a generic declaration are not declared as generic/specialization anymore (this partly reverts a previous commit). This reduces the problematic cases in the check whether a found def was specialized inside the class (the changed check in read_named_type.expr_type).
|
14 years ago |
svenbarth
|
a133a6af3f
Fix compilation of unit "fgl.pp" and of test "tests/test/tgeneric29.pp".
|
14 years ago |
svenbarth
|
90278ec755
Allow generics to be overloaded by variables.
|
14 years ago |
pierre
|
57f3f0a82b
scanner unit:
|
14 years ago |
paul
|
8309809a0d
compiler: use try_consume_unitsym for except variable parse. this is needed to reduce maintenance cost for later unit identifier search changes
|
14 years ago |
florian
|
79a96ab287
+ ttypesym.prettyname
|
14 years ago |
svenbarth
|
a862cd702d
Rebase to revision 18000
|
14 years ago |
svenbarth
|
de1e6b1c3d
Implement support for nested non-generic types inside generic types. This is mostly for records, classes and objects ("structures") as those didn't work at all, but the others (arrays, procvars) weren't done cleanly either.
|
14 years ago |
svenbarth
|
b0eb13cc3f
Removed the remaining traces of the type overloads and increased PPU version to differ from trunk.
|
14 years ago |
florian
|
d35d1ed357
+ initial support for pascal booleans with sizes 2, 4 and 8
|
14 years ago |
svenbarth
|
973750ebe5
Rebase to revision 17533
|
14 years ago |
svenbarth
|
6cee1dc4a4
*pexpr.pas:
|
14 years ago |
svenbarth
|
05e5bc031b
Moved "generate_specialization" from "ptype.pas" to "pgenutil.pas"
|
14 years ago |
svenbarth
|
b18772916b
* ptype.pas:
|
14 years ago |
paul
|
d21bbc4548
compiler: reduce amount of hints and warnings
|
14 years ago |
paul
|
f904f41664
compiler: don't allow local or anonymous records to have types (the second part of issue #0019099)
|
14 years ago |
svenbarth
|
16e500ee3c
Removed old search algorithm
|
14 years ago |
svenbarth
|
d0705a1779
Rebase to revision 17236
|
14 years ago |
svenbarth
|
a944be69a6
* nflw.pas: search for enumerators in helpers for records as well
|
14 years ago |
florian
|
07c9a772bf
* fix compilation when object type cast checking is on
|
14 years ago |
svenbarth
|
f7f357f18e
* symconst.pas:
|
14 years ago |
Jonas Maebe
|
8e788c6fa5
* further fixes for parsing declarations involving nested types that are
|
14 years ago |
Jonas Maebe
|
af38604706
* fixed spelling of "isforward" parameter in previous patch
|
14 years ago |
Jonas Maebe
|
707f19e4c9
* factored out parsing of fully qualified nested types inside their
|
14 years ago |
svenbarth
|
80e6498921
Rebase to revision 17096
|
14 years ago |
florian
|
26fbfaf5a7
+ introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>sizeof(pointer)
|
14 years ago |
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 years ago |
svenbarth
|
d12b198c7f
Rebase to revision 16888
|
14 years ago |