mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 10:09:23 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() they are added (mantis #10807), because a) the typecheckpass of the entire blocks has to be postponed until firstpass because new statements may still be added in the firstpass (otherwise the newly added statements in the firstpass are never typechecked due to the blocknode already having a resultdef set) b) simplify can be called between the typecheck and firstpass, and it needs the typeinfo git-svn-id: trunk@10263 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |