Jonas Maebe
|
cc315e0ac7
* fix tw3930 after r37927
|
hace 4 años |
florian
|
392d66a9ce
* variables can have the same name as the main program in iso mode, resolves #37322
|
hace 5 años |
florian
|
84a1f614d9
* fix several double ;
|
hace 5 años |
Jonas Maebe
|
a2174753c1
- removed tabstractrecorddef.get_unit_symtable, which did not always return the unit
|
hace 5 años |
yury
|
1b3a3a7983
* Removed lot of unused local vars. It is useful to turn on the notes in options. :)
|
hace 5 años |
florian
|
d87a5cc9fb
* take care of m_duplicate_names when checking for duplicate locals, resolves #33221
|
hace 5 años |
Jonas Maebe
|
1a9e246c29
* added is_normal_fieldvarsym() helper and use it
|
hace 5 años |
svenbarth
|
1779011ab4
* fix typo in comment
|
hace 5 años |
svenbarth
|
927c91e093
* fix for Mantis #36388: correctly handle generic constraints when looking for helpers
|
hace 5 años |
svenbarth
|
0a915e883e
* keep track of static symbols that a global function references, as those must now be exported from a dynamic package as well if the function can potentially be inlined
|
hace 5 años |
Jonas Maebe
|
ac1e0f96bd
* replaced tentryfile.get/putsmall/normalset() with a common tget/putset
|
hace 5 años |
svenbarth
|
fdeaacac21
* fix for Mantis #36223: when parsing a helper type its extendeddef might be Nil
|
hace 5 años |
pierre
|
d29a6de437
Avoid possible warning about uninitialized srsym variable
|
hace 6 años |
Jonas Maebe
|
bc7b90185f
* when searching for a procsym in an Objective-C category for an objcclass,
|
hace 6 años |
Jonas Maebe
|
d8903ce6b3
- removed maxcrecordalign parameter/field from recordsymtables, as this value
|
hace 6 años |
svenbarth
|
dfb9fffcf9
+ add functions for syms and defs and write sub entries of the sym/def to PPU and loads them again
|
hace 6 años |
svenbarth
|
a64a8f8deb
- remove code to create an attribute using a synthetic function
|
hace 6 años |
svenbarth
|
0b63e89ba2
* make the reference to the TCustomAttribute type global
|
hace 6 años |
svenbarth
|
b2932393df
Reintegration of Custom Attributes branch by Joost van der Sluis with patches reworked by Svetozar Belic [patch 1/3]
|
hace 6 años |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
hace 6 años |
svenbarth
|
5a5b47fa24
+ add support for MultiHelpers modeswitch by Ryan Joseph for Mantis #35159
|
hace 6 años |
pierre
|
c1e93bd2c2
+ compiler/symdef.pas: Add missing call to tderef.reset methods in all tdef constructors.
|
hace 6 años |
svenbarth
|
cb8f6f637c
* fix big endian targets by using an explicit assignment with typecast instead of an absolute variable
|
hace 6 años |
svenbarth
|
92cce05f5f
* as a workaround for some compiler bug introduced during 3.1.1 the freeing of the management operator offset entry lists is moved to a nested procedure as that does not trigger the bug (even with -O2 or -O3)
|
hace 7 años |
svenbarth
|
600ed6701e
+ keep track whether a structured type has fields with management operators (or fields that in turn have fields with management operators and so on) and store that in the PPU to speed up compilation again
|
hace 7 años |
svenbarth
|
072699d38a
* protect the destructors of tabstractrecordsymtable and twithsymtable against executing when called with a refcount > 1 (this fixes Mantis #34210)
|
hace 7 años |
svenbarth
|
21e7ddaac7
+ add method to retrieve a list of management operator/field offset pairs for a specific management operator inside a structured type (no matter how deeply nested they are)
|
hace 7 años |
florian
|
68eb921d46
* broken compilation after r39347 fixed
|
hace 7 años |
svenbarth
|
cc153176f3
+ add a new symtable option sto_has_non_trivial_init that is true if the symtable contains a symbol with an
|
hace 7 años |
svenbarth
|
80ed66f349
* move calculation of sto_needs_init_final to a separate method do_init_final_check()
|
hace 7 años |