You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
Add a new Analysis_Context primitive to assign target information to it,
and use target information to generate correct bounds for built in types
in the Standard package.
(cherry picked from commit 363e6ba378)
15 lines
474 B
Plaintext
15 lines
474 B
Plaintext
## vim: filetype=makoada
|
|
|
|
Config_Pragmas : Internal_Config_Pragmas_Mapping;
|
|
-- Mapping to associate configuration pragmas files to source files
|
|
|
|
Config_Pragmas_Set : Boolean := False;
|
|
-- Whether ``Config_Pragmas`` was initialized
|
|
|
|
Preprocessor_Directives_Errors : Boolean := True;
|
|
-- Whether to emit diagnostics after parsing when preprocessing directives
|
|
-- were found.
|
|
|
|
Target_Info : Target_Information;
|
|
-- Target information, used to synthetize the Standard package
|