-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
engineImprovements to the core engineImprovements to the core engineenhancementImprovements to an existing featureImprovements to an existing feature
Milestone
Description
Prerequisites
- This improvement has not already been suggested.
- This improvement would be generally useful, not specific to my code or setup.
Engine area
Delphi language support
Improvement description
Delphi 13 has introduced new compiler directives {$PUSHOPT} and {$POPOPT}.
These new Delphi compiler directives save and restore the current set of options and warning configurations.
We'll need to:
- parse the new directives
- add support to the
CompilerSwitchRegistry - API: extend the
ParameterDirective.ParameterKindenum
See
Rationale
Delphi 13 support.
Metadata
Metadata
Assignees
Labels
engineImprovements to the core engineImprovements to the core engineenhancementImprovements to an existing featureImprovements to an existing feature