mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:19:47 +02:00
codetools: added modeswitch msImplicitFunctionSpecialization
git-svn-id: trunk@62067 -
This commit is contained in:
parent
b91b13e1f9
commit
ea9b316ba6
@ -224,7 +224,8 @@ type
|
||||
cmsExternalClass, { pas2js: allow class external [pkgname] name [symbol] }
|
||||
cmsIgnoreAttributes, { pas2js: ignore attributes }
|
||||
cmsOmitRTTI, { pas2js: treat class section 'published' as 'public' and typeinfo does not work on symbols declared with this switch }
|
||||
msMultiHelpers { off=only one helper per type, on=all }
|
||||
msMultiHelpers, { off=only one helper per type, on=all }
|
||||
msImplicitFunctionSpecialization { infer types on calls of generic functions }
|
||||
);
|
||||
TCompilerModeSwitches = set of TCompilerModeSwitch;
|
||||
const
|
||||
@ -312,7 +313,8 @@ const
|
||||
'EXTERNALCLASS',
|
||||
'IGNOREATTRIBUTES',
|
||||
'OMITRTTI',
|
||||
'MULTIHELPERS'
|
||||
'MULTIHELPERS',
|
||||
'IMPLICITFUNCTIONSPECIALIZATION'
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user