maciej-izak
|
751bde9792
Revert revision 36436 from trunk. Final fix for issue #31675.
|
8 tahun lalu |
maciej-izak
|
d3d29fa84c
Revert revisions 36133, 36128 from trunk.
|
8 tahun lalu |
maciej-izak
|
631d4a2d53
* Move global variable in_preproc_comp_expr into tscannerfile class.
|
8 tahun lalu |
maciej-izak
|
6d1ad52dc5
* for symbols used in preprocessor expressions, we don't want to increase references count (for smaller final binaries). Partial fix for problem presented in mantis 31675. Preprocessor functions like declared() in uses section will work only for symbols declared in implicytly included modules (for example like for heaptrc by option -gh, see example/test tw31675.pp)
|
8 tahun lalu |
florian
|
0897bd154a
+ align(<int64>,<int64>) and align(<qword>,<qword>), resolves an issue reported on the mailing list with large records
|
8 tahun lalu |
svenbarth
|
7dc4f16db3
* fix for Mantis #31431: allow specializations to allow private/protected variables that their generic could have accessed
|
8 tahun lalu |
maciej-izak
|
25db29d0a6
* symtable.pas:
|
8 tahun lalu |
maciej-izak
|
15ba9b54c6
Store informations about management operators in ppu files for records.
|
8 tahun lalu |
maciej-izak
|
48b149acd4
New tokens for new management operators: Initialize, Finalize, AddRef and Copy. Small code adjustment for parser (pdecobj.pas, pstatmnt.pas, psub.pas, ptype.pas) was required because few of old token has from now value which is outside range of set: _CONSTRUCTOR, _FINALIZATION.
|
8 tahun lalu |
svenbarth
|
969e19ba1a
* initialize module id of a symtable always to the id of the current module (at least if there is a current module, which is not the case for the initial macro symtable)
|
8 tahun lalu |
svenbarth
|
d9ea6aae4d
* fix for Mantis #30761: always return the symbol found in the helper instead of doing this dependant on the presence of the overload attribute; for this the collection of all suitable overloads is done in tcallcandidates instead.
|
9 tahun lalu |
svenbarth
|
d4e573c1e3
* fix for Mantis #27349: nested classes might also reside inside records
|
9 tahun lalu |
svenbarth
|
ce18b10c81
* fix for Mantis #30530: when the global/static symtable is reached defowner is Nil, so respect that in the loop condition
|
9 tahun lalu |
svenbarth
|
cb27889dea
* fix cycling by correctly handling the case that the global symtable of a program file is Nil
|
9 tahun lalu |
svenbarth
|
36e5d02e8e
* addsymref: do not directly check the top level symtable against the current module's global symtable as that would be false for a specialize symtable; check the module id instead
|
9 tahun lalu |
Jonas Maebe
|
c752050728
* don't print "parameter not used" hints for abstract methods (mantis #30431)
|
9 tahun lalu |
pierre
|
ef1369fef2
Reset static recorddef variables to nil in InitSymtable, avoid crashes in TextMode IDE
|
9 tahun lalu |
svenbarth
|
54b6cacf36
Fix for Mantis #30357.
|
9 tahun lalu |
Jonas Maebe
|
0ce68d223f
- removed unused tllvmshadowsymtable.recordalignmin field
|
9 tahun lalu |
Jonas Maebe
|
4121facc7a
* only free the llvm shadow symtable when the original symtable will
|
9 tahun lalu |
Jonas Maebe
|
68d9eb89a2
* skip static fields while constructing the LLVM shadow symtable for structs
|
9 tahun lalu |
svenbarth
|
046614948c
+ new utility routine to print all parameter declarations for a specified system routine
|
9 tahun lalu |
svenbarth
|
9fd8c8718a
Partial merge of r28846 (without the global assembler symbols)
|
9 tahun lalu |
Jonas Maebe
|
0da80d1a15
* use is_objccategory() instead of just checking for oo_is_classhelper when
|
9 tahun lalu |
svenbarth
|
02e56f410d
Merged revision(s) 28689 from branches/svenbarth/packages:
|
9 tahun lalu |
Jonas Maebe
|
99aaec5431
* handle typed constant definitions of variant records using different fields
|
9 tahun lalu |
Jonas Maebe
|
00c777e51a
* add padding byte fields all as unsigned, as that is also how we
|
9 tahun lalu |
Jonas Maebe
|
abcf441c00
* moved tllvmshadowsymtable items default property from private to public
|
9 tahun lalu |
Jonas Maebe
|
787caf4dda
* treat records with {$packrecords c} the same as other records for LLVM
|
9 tahun lalu |
Jonas Maebe
|
0b4f3f01b3
* fixed another case of endless recursion in
|
10 tahun lalu |