aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_aggr.adb
AgeCommit message (Expand)AuthorFilesLines
2023-11-07ada: Rename Is_Limited_View to reflect actual queryYannick Moy1-1/+1
2023-09-15ada: Explicitly analyze and expand null array aggregatesPiotr Trojanek1-1/+4
2023-09-05ada: Crash on function returning empty Ada 2022 aggregateJavier Miranda1-0/+14
2023-07-18ada: Avoid iterator conflicts in container aggregatesViljar Indus1-1/+14
2023-07-18ada: Apply correct element type for container aggregatesViljar Indus1-7/+5
2023-07-18ada: Fix internal error on aggregates of self-referencing typesEric Botcazou1-4/+7
2023-06-15ada: Cleanup analysis of iterated component associationPiotr Trojanek1-7/+5
2023-06-13ada: Fix decoration of iterated component association for GNATprovePiotr Trojanek1-8/+1
2023-06-13ada: Fix iterated component initializationMarc Poulhiès1-3/+8
2023-06-13ada: Support new GNAT-specific aspect Ghost_PredicateYannick Moy1-4/+8
2023-05-29ada: Remove extra whitespace from FOR loopsPiotr Trojanek1-1/+1
2023-05-29ada: Crash on aggregate for tagged record with discriminantsJavier Miranda1-1/+1
2023-05-26ada: Default initialize entity to avoid CodePeer messageYannick Moy1-0/+6
2023-05-26ada: Cleanups in handling of aggregatesPiotr Trojanek1-1/+0
2023-05-25ada: Missing warning on null-excluding array aggregate componentJavier Miranda1-3/+160
2023-05-25ada: Use procedural variant of Next_Index where possiblePiotr Trojanek1-3/+3
2023-05-25ada: Fix (again) incorrect handling of Aggregate aspectMarc Poulhiès1-2/+7
2023-05-23ada: Add tags to warnings controlled by Warn_On_Redundant_ConstructsPiotr Trojanek1-2/+2
2023-05-22ada: Rename Is_Past_Self_Hiding_Point flag to be Is_Not_Self_HiddenBob Duff1-3/+3
2023-05-22ada: Add Is_Past_Self_Hiding_Point flagBob Duff1-0/+3
2023-05-22ada: Remove extra parenthesesArnaud Charlet1-2/+2
2023-05-22ada: Remove a remaining reference to ?Arnaud Charlet1-1/+1
2023-05-15ada: Accept aggregates with OTHERS clause in unchecked type conversionsPiotr Trojanek1-0/+1
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2023-01-05ada: Fix spurious emissions of -gnatwj warningRonan Desplanques1-1/+1
2022-12-06ada: Accessibility code reorganization and bug fixesJustin Squirek1-1/+1
2022-11-21ada: Move warnings switchesBob Duff1-0/+1
2022-11-08ada: Clean up call to check if aspects are presentPiotr Trojanek1-1/+1
2022-11-08ada: Reject limited objects in array and record delta aggregatesPiotr Trojanek1-0/+17
2022-11-08ada: Reject record delta aggregates with limited expressionsPiotr Trojanek1-0/+10
2022-11-07ada: Reject boxes in delta array aggregatesPiotr Trojanek1-1/+12
2022-11-04ada: Refactor: replace uses of `not Present(X)` with `No (X)`Ghjuvan Lacambre1-2/+2
2022-09-12[Ada] Syntax error in Ada 2022 array aggregate causes bug boxSteve Baird1-0/+5
2022-09-05[Ada] Move check for null array aggregates to expansionPiotr Trojanek1-20/+0
2022-09-05[Ada] Fix inconsistent building of itypes for null array aggregatesPiotr Trojanek1-23/+31
2022-09-05[Ada] Fix insertion of a runtime check for null array aggregatePiotr Trojanek1-4/+2
2022-09-05[Ada] Cleanup iteration over aggregate component associationsPiotr Trojanek1-4/+2
2022-09-05[Ada] Create internal type for null array aggregate as an itypePiotr Trojanek1-2/+4
2022-09-05[Ada] Fix double identifiers in iterated component associationPiotr Trojanek1-1/+2
2022-09-05[Ada] Fix resolution of iterated component associationPiotr Trojanek1-45/+23
2022-09-05[Ada] Cleanup resolution of aggregates with mixed component associationsPiotr Trojanek1-3/+3
2022-09-05[Ada] Cleanup resolution of iterated component associationPiotr Trojanek1-11/+11
2022-07-06[Ada] Fix spurious error for aggregate with box component choiceEric Botcazou1-0/+82
2022-05-19[Ada] Support Ada 2022 null array aggregatesEd Schonberg1-4/+129
2022-05-18[Ada] Fix the parsing for delta aggregateMarc Poulhiès1-1/+10
2022-05-16[Ada] Fix iterated element association loop var escaping loop scopeMarc Poulhiès1-11/+29
2022-05-13[Ada] Fix the Ada 2022 iterated component association RM referenceMarc Poulhiès1-5/+2
2022-05-11[Ada] Correctly reject record aggregate using bracketsMarc Poulhiès1-0/+9
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2021-12-02[Ada] Fix obsolete array aggregate warning being triggered by expanded codeMarc Poulhiès1-0/+1