summaryrefslogtreecommitdiff
path: root/compiler/symtable.pas
Commit message (Expand)AuthorAgeFilesLines
* * correctly handle the case should the generic dummy symbol be a procsym inst...svenbarth2021-01-021-0/+10
* * fixed llvm shadow symtable construction in case fields are reorderedjonas2020-12-271-78/+107
* * fix for Mantis #38145: allow overloading of assignment operators that retur...svenbarth2020-11-291-2/+31
* * fix tw3930 after r37927jonas2020-09-051-0/+4
* * variables can have the same name as the main program in iso mode, resolve...florian2020-07-101-0/+2
* * fix several double ;florian2020-05-241-1/+1
* - removed tabstractrecorddef.get_unit_symtable, which did not always return...jonas2020-05-131-9/+0
* * Removed lot of unused local vars. It is useful to turn on the notes in opti...yury2020-01-281-3/+0
* * take care of m_duplicate_names when checking for duplicate locals, resolv...florian2020-01-231-1/+1
* * added is_normal_fieldvarsym() helper and use itjonas2019-12-241-14/+8
* * fix typo in commentsvenbarth2019-12-201-1/+1
* * fix for Mantis #36388: correctly handle generic constraints when looking fo...svenbarth2019-12-021-0/+10
* * keep track of static symbols that a global function references, as those mu...svenbarth2019-11-211-4/+44
* * replaced tentryfile.get/putsmall/normalset() with a common tget/putsetjonas2019-11-061-5/+5
* * fix for Mantis #36223: when parsing a helper type its extendeddef might be Nilsvenbarth2019-11-011-2/+11
* Avoid possible warning about uninitialized srsym variablepierre2019-08-271-2/+2
* * when searching for a procsym in an Objective-C category for an objcclass,jonas2019-08-251-21/+37
* - removed maxcrecordalign parameter/field from recordsymtables, as this valuejonas2019-07-141-14/+12
* + add functions for syms and defs and write sub entries of the sym/def to PPU...svenbarth2019-07-121-4/+14
* - remove code to create an attribute using a synthetic functionsvenbarth2019-07-121-2/+1
* * make the reference to the TCustomAttribute type globalsvenbarth2019-07-121-0/+1
* Reintegration of Custom Attributes branch by Joost van der Sluis with patches...svenbarth2019-07-121-1/+3
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+4
* + add support for MultiHelpers modeswitch by Ryan Joseph for Mantis #35159svenbarth2019-05-101-68/+124
* + compiler/symdef.pas: Add missing call to tderef.reset methods in all tdef...pierre2019-02-231-1/+6
* * fix big endian targets by using an explicit assignment with typecast instea...svenbarth2018-09-101-1/+2
* * as a workaround for some compiler bug introduced during 3.1.1 the freeing o...svenbarth2018-09-041-2/+25
* + keep track whether a structured type has fields with management operators (...svenbarth2018-09-031-0/+14
* * protect the destructors of tabstractrecordsymtable and twithsymtable agains...svenbarth2018-08-311-2/+5
* + add method to retrieve a list of management operator/field offset pairs for...svenbarth2018-08-291-1/+90
* * broken compilation after r39347 fixedflorian2018-06-301-0/+3
* + add a new symtable option sto_has_non_trivial_init that is true if the symt...svenbarth2018-06-201-1/+13
* * move calculation of sto_needs_init_final to a separate method do_init_final...svenbarth2018-06-201-2/+8
* * fixed execution order of implicit finalization and class destructors: firstjonas2018-04-081-1/+46
* + extend tstoredsymtable with method register_children to register all its sy...svenbarth2017-09-271-0/+22
* * correctly handle unit identifiers inside specializations of generic routinessvenbarth2017-08-291-1/+6
* * rework the checks for a helper's extended def to be a class so that it can ...svenbarth2017-08-211-1/+1
* Revert revision 36436 from trunk. Final fix for issue 31675.maciej2017-06-071-1/+9
* Revert revisions 36133, 36128 from trunk.maciej2017-06-061-9/+1
* * Move global variable in_preproc_comp_expr into tscannerfile class.maciej2017-05-061-1/+3
* * for symbols used in preprocessor expressions, we don't want to increase ref...maciej2017-05-051-1/+7
* + align(<int64>,<int64>) and align(<qword>,<qword>), resolves an issue report...florian2017-03-261-3/+3
* * fix for Mantis #31431: allow specializations to allow private/protected var...svenbarth2017-03-031-0/+14
* * symtable.pas:maciej2017-02-181-0/+34
* Store informations about management operators in ppu files for records.maciej2017-02-181-0/+14
* New tokens for new management operators: Initialize, Finalize, AddRef and Cop...maciej2017-02-181-0/+4
* * initialize module id of a symtable always to the id of the current module (...svenbarth2017-01-271-1/+13
* * fix for Mantis #30761: always return the symbol found in the helper instead...svenbarth2016-11-301-48/+9
* * fix for Mantis #27349: nested classes might also reside inside recordssvenbarth2016-10-131-1/+1
* * fix for Mantis #30530: when the global/static symtable is reached defowner ...svenbarth2016-09-161-1/+1