mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 14:49:10 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() - compiler/symdef.pas: add "helperparent" which contains the class helper the current class helper "inherits" from (its real parent is the extended class); it's saved to ppu as well - compiler/ppu.pas: increase ppu version - compiler/pdecobj.pas: * parse the "parent" of a class helper before parsing the extended class (the real parent) * also disallow to inherit from class helpers for normal class (and to extend class helpers for class helpers) * disallow the declarations of fields * disallow the use of destructors * don't parse abstract/sealed for class helpers - compiler/ptyp.pas: _FOR is now parsed inside pdecobj.pas - compiler/msg*: * extended some messages for class helpers * added some class helper related messages (perhaps the one or other will vanish again...) git-svn-id: branches/svenbarth/classhelpers@16792 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |