summaryrefslogtreecommitdiff
path: root/gcc/ada/errout.adb
AgeCommit message (Expand)Author
2025-11-03ada: Direct attribute definition for constructorsDenis Mazzucato
2025-07-01ada: Handle Warnings_As_Errors the same way.Viljar Indus
2025-07-01ada: Improve Warning_Treated_As_ErrorViljar Indus
2025-07-01ada: Remove Count_Compile_Time_Pragma_WarningsViljar Indus
2025-07-01ada: Use common routine to handle warning countingViljar Indus
2025-07-01ada: Mark errors that are removed as deletedViljar Indus
2025-07-01ada: Fix detecting Compilation_ErrorsViljar Indus
2025-06-30ada: Fix Execution_Successful value with exceptionsViljar Indus
2025-06-06ada: Refactor the implementation of gnat diagnosticsViljar Indus
2025-01-07Update copyright years.Marc Poulhiès
2024-12-13ada: Fix code indentationPiotr Trojanek
2024-12-12ada: Avoid going through symlinks in the json reportViljar Indus
2024-11-26ada: Relocate implementation of Write_Error_SummaryViljar Indus
2024-11-26ada: Relocate implementation of Set_Msg_Insertion_ColumnViljar Indus
2024-11-26ada: Remove Warn_Runtime_Raise attribute from Error_Msg_ObjectViljar Indus
2024-11-26ada: Refactor checking redundant messagesViljar Indus
2024-11-26ada: Remove Current_Node from ErroutViljar Indus
2024-11-26ada: Remove Raise_Exception_On_ErrorViljar Indus
2024-11-26ada: Store error message kind as an enumViljar Indus
2024-11-26ada: Refactor code for printing the error locationViljar Indus
2024-11-04ada: Split Library_Unit using multiple wrappersBob Duff
2024-10-08ada: Reject mixed container aggregatesViljar Indus
2024-09-05ada: Integrate new diagnostics in the frontendViljar Indus
2024-08-06ada: Implement type inference for generic parametersBob Duff
2024-08-01ada: Style fixes: remove blank lines following 'begin' keywordsGhjuvan Lacambre
2024-06-20ada: Replace "All" argument to Extensions_Allowed pragma with "All_Extensions"Steve Baird
2024-06-20ada: Add switch for suppressing info messagesViljar Indus
2024-06-20ada: Treat Info-Warnings as Info messagesViljar Indus
2024-06-13ada: Remove -gnatdJ switchViljar Indus
2024-05-14ada: Fix pragma Warnings and -gnatD interactionRonan Desplanques
2024-05-14ada: Fix pragma Compile_Time_Error and -gnatdJ crashRonan Desplanques
2024-05-14ada: Fix crash with -gnatdJ and -gnatw.wRonan Desplanques
2024-05-13ada: Fix crash on Compile_Time_Warning in dead codeBob Duff
2024-01-22Update copyright years.Marc Poulhiès
2023-12-19ada: Do not issue SPARK legality error if SPARK_Mode ignoredYannick Moy
2023-07-18ada: Allow warnings with explain codeYannick Moy
2023-06-20ada: Add the ability to add error codes to error messagesYannick Moy
2023-06-20ada: Fix -fdiagnostics-format=json not printing all messagesGhjuvan Lacambre
2023-05-23ada: Turn assertions into defensive code in error locationsPiotr Trojanek
2023-05-23ada: Fix endings of pretty-printed numeric literalsPiotr Trojanek
2023-05-23ada: Ignore accessibility actuals in expression pretty-printerPiotr Trojanek
2023-05-23ada: Fix expression pretty-printer for SPARK counterexamplesPiotr Trojanek
2023-05-22ada: Avoid repeated calls when looking for first/last slocs of a nodePiotr Trojanek
2023-05-16ada: Add tags on style messagesArnaud Charlet
2023-01-09ada: Update copyright noticeArnaud Charlet
2023-01-05ada: Fix incorrect warning about unreferenced packed arraysBob Duff
2023-01-03ada: Fix unescaped quotes when combining fdiagnostics-format=json and gnatdJGhjuvan Lacambre
2022-11-22ada: Adjust number of errors when removing warning in dead codePiotr Trojanek
2022-11-21ada: Move warnings switchesBob Duff
2022-11-14ada: Improve location of error messages in instantiationsYannick Moy