summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_util.ads
AgeCommit message (Expand)Author
2025-11-18ada: Fix bogus error about null exclusion for designated type with multiple v...Eric Botcazou
2025-11-18ada: Reserve Is_Constructor for Ada constructorsDenis Mazzucato
2025-11-03ada: Direct attribute definition for constructorsDenis Mazzucato
2025-09-19ada: Preliminary implementation of structural generic instantiationEric Botcazou
2025-09-19ada: Add C binding for Is_Extended_Access_TypeMarc Poulhiès
2025-09-15ada: Fix documentation of Is_Ancestor_PackageRonan Desplanques
2025-09-09ada: Update the uses of Is_Ignored*_In_CodegenViljar Indus
2025-09-09ada: Multiple levels of ghost codeViljar Indus
2025-08-04ada: Update Assertion_Policy handling in GNATProve modeViljar Indus
2025-07-22ada: Fix minor issues in commentsRonan Desplanques
2025-07-22ada: Fix unnecessary extra RE_Activation_Chain_Access with No_Task_PartsDenis Mazzucato
2025-07-22ada: Adding support to defer the addition of extra formalsJavier Miranda
2025-07-03ada: Support Potentially_Invalid aspect in the frontendJoffrey Huguet
2025-06-30ada: Sort subprogram declaration in alphabetic orderPiotr Trojanek
2025-06-30ada: Tune name and commend document of a ghost utility routinePiotr Trojanek
2025-06-30ada: Fix detection of ghost objects in assignment statementsPiotr Trojanek
2025-06-12ada: Assorted minor cleanups and tweaksEric Botcazou
2025-06-09ada: Emit more warnings on unsupported overlayMarc Poulhiès
2025-06-09ada: Add example in Current_Entity_In_Scope commentRonan Desplanques
2025-06-06ada: Add new aspect Program_Exit for SPARKPiotr Trojanek
2025-06-06ada: Initial prototype of constructorssquirek
2025-06-06ada: Remove Size_Check_Code field from entitiesEric Botcazou
2025-06-05ada: Implement use implies with experimental extensionsquirek
2025-01-07Update copyright years.Marc Poulhiès
2025-01-06ada: Support new SPARK aspect Exit_CasesClaire Dross
2025-01-03ada: Improve and correct support for inheritance of nonoverriding aspectsGary Dismukes
2024-12-13ada: Cleanup preanalysis of static expressionsJavier Miranda
2024-12-13ada: Implement new rules about effectively volatile types in SPARKPiotr Trojanek
2024-12-13ada: Remove unused parameter from volatile type queriesPiotr Trojanek
2024-11-14ada: Fix internal error on misplaced iterated component associationEric Botcazou
2024-11-04ada: Split Library_Unit using multiple wrappersBob Duff
2024-11-04ada: Initial implementation of Extended_Access aspect (FE portion only)Steve Baird
2024-10-25ada: Disable self-referential with_clausesBob Duff
2024-10-25ada: Inspect deferred constant completions in missing contextsRaphaël AMIARD
2024-08-01ada: Allow making empty aggregates positionalRonan Desplanques
2024-06-27ada: Implement first half of Generalized FinalizationEric Botcazou
2024-06-20ada: Streamline propagation of controlled flags on typesEric Botcazou
2024-06-13ada: Missing support for 'Old with overloaded functionJavier Miranda
2024-06-10ada: Tune code related to potentially unevaluated expressionsPiotr Trojanek
2024-05-17ada: Expose utility routine for processing of Depends contracts in SPARKPiotr Trojanek
2024-05-16ada: Fix reference to RM clause in commentRonan Desplanques
2024-05-13ada: Refactor repeated code for querying Boolean-valued aspectsPiotr Trojanek
2024-05-13ada: Rewrite Append_Entity_Name; skip irrelevant namesBob Duff
2024-05-07ada: Prevent calculation of negative stack countsPiotr Trojanek
2024-05-06ada: Deconstruct support for abstract states with Relaxed_InitializationPiotr Trojanek
2024-01-22Update copyright years.Marc Poulhiès
2023-12-19ada: Restore object constraint optimizationRonan Desplanques
2023-11-30ada: Remove SPARK legality checksYannick Moy
2023-11-30ada: Fix spelling of functions with(out) "side effects"Yannick Moy
2023-11-21ada: Compiler error reporting illegal prefix on legal loop iterator with "in"Gary Dismukes