mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 18:11:42 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() o initialise class vars that need initialisations (records, arrays) in class constructors o treat class constructors as having a "void" resultdef rather than the class type for JVM (maybe has to be done in general?) o make it possible to specify pno_noleadingdollar to tprocdef.customprocname() so it can be used for class constructors (their name is lower cased because it mustn't conflict with other identifiers, since their name doesn't matter anyway) o added tsk_empty synthetic procdef kind which, as the name implies, generates an empty body (for class generated constructors) + auto-generate class constructors in case a class has class vars that need initialisation git-svn-id: branches/jvmbackend@18462 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |