aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch8.adb
AgeCommit message (Expand)AuthorFilesLines
2024-06-14ada: Add prototype for mutably tagged typesJustin Squirek1-0/+9
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2024-01-09ada: Fix uses of not PresentPiotr Trojanek1-1/+1
2024-01-09ada: Fix bug in Sem_Util.Enclosing_DeclarationSteve Baird1-10/+0
2024-01-09ada: Error compiling Ada 2022 object renaming with no subtype markSteve Baird1-1/+13
2023-12-19ada: Cope with Sem_Util.Enclosing_Declaration oddness.Steve Baird1-1/+11
2023-11-30ada: Fix spelling of functions with(out) "side effects"Yannick Moy1-1/+1
2023-11-30ada: Name resolution in expanded instancesSteve Baird1-0/+338
2023-11-07ada: Rename Is_Limited_View to reflect actual queryYannick Moy1-1/+1
2023-11-07ada: Implement Aspects as fields under nodesViljar Indus1-15/+5
2023-11-07ada: New Local_Restrictions and User_Aspect aspects.Steve Baird1-0/+6
2023-09-15ada: Clean up scope depth and related code (tech debt)Bob Duff1-3/+2
2023-05-25ada: Switch from E_Void to Is_Not_Self_HiddenBob Duff1-13/+21
2023-05-23ada: Add tags to warnings controlled by Warn_On_Redundant_ConstructsPiotr Trojanek1-5/+5
2023-05-22ada: Remove extra parenthesesArnaud Charlet1-6/+6
2023-05-15ada: Clean up vanishing entity fieldsBob Duff1-2/+6
2023-05-15ada: Simplify lookup of predecessor in homonym chainRonan Desplanques1-2/+1
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2023-01-05ada: Spurious error on Lock_Free protected type with discriminantsJustin Squirek1-5/+7
2022-11-24ada: Spurious error on Lock_Free protected type with discriminantsJustin Squirek1-17/+12
2022-11-21ada: Move warnings switchesBob Duff1-0/+1
2022-11-04ada: Refactor: replace uses of `not Present(X)` with `No (X)`Ghjuvan Lacambre1-4/+4
2022-11-04ada: Improve efficiency of scope stack restorationPiotr Trojanek1-2/+2
2022-11-04ada: Allow enabling a restricted set of language extensions.Steve Baird1-2/+2
2022-07-12[Ada] Spurious use_type clause warningJustin Squirek1-3/+14
2022-07-05[Ada] Misc cleanup related to finalizationBob Duff1-1/+1
2022-06-02[Ada] Remove redundant checks for missing listsPiotr Trojanek1-13/+11
2022-06-01[Ada] Issue a warning on entity hidden in use_clause with -gnatwhYannick Moy1-0/+5
2022-05-19[Ada] Fix continuation message without a prior errorPiotr Trojanek1-0/+2
2022-05-18[Ada] Small performance tweak in recent changeEric Botcazou1-2/+1
2022-05-17[Ada] Subprogram renaming fails to hide homographGary Dismukes1-0/+25
2022-05-13[Ada] Ineffective use type clause warnings cause compile time crashJustin Squirek1-2/+27
2022-05-10[Ada] Incorrect ineffective use type clause warningJustin Squirek1-109/+72
2022-05-09[Ada] Improve error messages to include full package nameJustin Squirek1-22/+81
2022-05-09[Ada] Revamp type resolution for comparison and equality operatorsEric Botcazou1-5/+8
2022-05-09[Ada] Remove doubly-negated tests for empty listsPiotr Trojanek1-1/+1
2022-01-11[Ada] Include generic instance names in non-visible entity errorsJustin Squirek1-2/+21
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-07[Ada] Cleanup and modification of unreferenced warningsJustin Squirek1-14/+8
2022-01-06[Ada] Fix spurious error on instantiation with Text_IO nameEric Botcazou1-2/+11
2022-01-06[Ada] Fix typo in comments found running aspellEtienne Servais1-1/+1
2021-12-02[Ada] Cleanup insertion of single freezing actionsPiotr Trojanek1-1/+0
2021-12-01[Ada] Improve error messages for dot notation when -gnatX not usedYannick Moy1-4/+17
2021-10-25[Ada] Follow-on cleanups for Uint fieldsBob Duff1-1/+1
2021-10-25[Ada] Change format of the ?? warning insertion sequenceEtienne Servais1-3/+3
2021-10-25[Ada] Initialize variable to EmptyGhjuvan Lacambre1-1/+1
2021-10-25[Ada] Ada 2022: Class-wide types and formal abstract subprogramsJavier Miranda1-593/+784
2021-10-25[Ada] Renamed_Or_Alias cleanupBob Duff1-28/+28
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff1-6/+10
2021-10-04[Ada] Fix latent problem in Sem_Ch8.Build_Class_Wide_WrapperJavier Miranda1-2/+13