mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 17:19:15 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() cannot insert typecasting checks on the assignment side, only on the values that are being assigned o since valid_for_assignment() is called in tassignmentnode.typecheckpass() after typecheckpassing left and right, moved the conversion of the typecheck nodes into JVM-specific constructs from typecheckpass to pass_1, so that they can use the information whether they are on the assignment side or not * forbid casting a child type to a parent type on the assignment side on managed platforms, because that circumvents the type checking git-svn-id: branches/jvmbackend@18515 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |