aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/einfo.ads
AgeCommit message (Expand)AuthorFilesLines
2023-05-26ada: Fix typos "statment" and "condtion"Bob Duff1-1/+1
2023-05-26ada: Fix missing finalization in library-level instance bodyEric Botcazou1-6/+6
2023-05-25ada: Add Entry_Cancel_Parameter to E_LabelBob Duff1-0/+3
2023-05-25ada: Minor fixes in description of scope depthEric Botcazou1-3/+3
2023-05-23ada: Fix latent issue in support for protected entriesEric Botcazou1-21/+0
2023-05-23ada: Add mention of what LSP stands forRonan Desplanques1-1/+2
2023-05-22ada: Rename Is_Past_Self_Hiding_Point flag to be Is_Not_Self_HiddenBob Duff1-2/+2
2023-05-22ada: Add Is_Past_Self_Hiding_Point flagBob Duff1-0/+13
2023-05-15ada: Improve comment on First_EntityBob Duff1-5/+6
2023-05-15ada: Clean up vanishing entity fieldsBob Duff1-16/+11
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2023-01-05ada: Fix incorrect warning about unreferenced packed arraysBob Duff1-3/+3
2022-12-06ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-3/+5
2022-11-04ada: Fix various typos in node and entity description commentsPiotr Trojanek1-6/+7
2022-09-29ada: Remove duplicated doc comment sectionRonan Desplanques1-37/+3
2022-09-12[Ada] Tech debt: Expansion of contractsJustin Squirek1-6/+8
2022-07-12[Ada] Spurious use_type clause warningJustin Squirek1-0/+4
2022-06-02[Ada] Get rid of secondary stack for most calls returning tagged typesEric Botcazou1-9/+21
2022-06-02[Ada] Fix references to old variables that have been refactoredMarc Poulhiès1-4/+4
2022-05-19[Ada] Fix bug in handling of Predicate_Failure aspectSteve Baird1-15/+11
2022-05-18[Ada] Ada2022: AI12-0143 Index attribute for entry familiesJavier Miranda1-1/+2
2022-05-09[Ada] Revamp type resolution for comparison and equality operatorsEric Botcazou1-6/+12
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-06[Ada] Fix typo in comments found running aspellEtienne Servais1-1/+1
2022-01-06[Ada] Rename Any_Access into Universal_AccessEric Botcazou1-4/+0
2021-12-01[Ada] Fix incorrect fixed-point computation in expression functionEric Botcazou1-1/+1
2021-12-01[Ada] Improve error messages for dot notation when -gnatX not usedYannick Moy1-10/+11
2021-10-25[Ada] Renamed_Or_Alias cleanupBob Duff1-5/+5
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff1-2/+3
2021-10-04[Ada] Fix latent problem in Sem_Ch8.Build_Class_Wide_WrapperJavier Miranda1-0/+8
2021-10-04[Ada] Declaration_Node for Itypes returns Empty or declarationBob Duff1-1/+3
2021-10-01[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditionsJavier Miranda1-8/+67
2021-09-22[Ada] Fix obsolete comments/name referring to girder discriminantsYannick Moy1-8/+8
2021-09-20[Ada] Clean up Uint fields, remove unused routinesBob Duff1-13/+0
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-12/+0
2021-07-07[Ada] Fix bugs in Value_Size clauses and refactorBob Duff1-12/+11
2021-07-06[Ada] Removal of various ??? comments plus related code changesGary Dismukes1-2/+0
2021-07-06[Ada] Support for Object.Op subprogram-call notation for untagged typesGary Dismukes1-8/+9
2021-06-29[Ada] tech debt: Parent (Empty) is not allowedBob Duff1-3/+3
2021-06-29[Ada] tech debt: clean up Component_SizeBob Duff1-3/+4
2021-06-21[Ada] Add Return_Statement fieldRichard Kenner1-0/+5
2021-06-18[Ada] Ada2020: AI12-0195 overriding class-wide pre/post conditionsJavier Miranda1-7/+18
2021-06-18[Ada] Remove AAMP from compiler sourcesBob Duff1-2/+2
2021-06-18[Ada] Ada2020: Special handling of types derived from runtimeJavier Miranda1-0/+8
2021-06-17[Ada] Implementation of Inox feature of fixed lower bounds on array types/sub...Gary Dismukes1-0/+10
2021-06-15[Ada] Variable-sized node types -- cleanupBob Duff1-1682/+1669
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet1-6/+6
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff1-61/+15
2021-05-07[Ada] Fix link from body protected entry implementation to source codePiotr Trojanek1-4/+0
2021-05-07[Ada] Variable-sized node typesBob Duff1-3480/+119