mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 14:49:30 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() in ncnv * handle the fact that we overwrite the open array resultdef of a parameters' left node with the original resultdef (i.e., also for dynamic arrays) with regards to LLVM type rules o use the parameter's formal type (open array) instead of the value's type (dynamic array) when loading/using its value, since that's the type the value has been converted to o this change is not really nice since it adds several independent checks in different places, but I can't find a way to nicely unify the code to work around this (nor one to get rid of that hack in the first place) git-svn-id: trunk@34515 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |