Landing: 2d6a6a7a6fe7
Project / Subsystem
gcc / ada
Date
2026-02-13
Author
Eric Botcazou
Commit
2d6a6a7a6fe7cb12eb74169225a5b000f08703d8
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- 2d6a6a7a6fe7cb12eb74169225a5b000f08703d8
- source_type
- github
- headline
- Ada: Adds suffix to names of procedures for accessibility checks
- tldr
- This commit renames procedures in `accessibility.adb` to clarify their purpose in accessibility checks for returns.
- author
- Eric Botcazou
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • accessibility
- • refactoring
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-02-13T00:00:00.000Z
This commit clarifies the purpose of several procedures related to accessibility checks by adding the suffix _Return to their names. This renaming improves code readability and maintainability, especially for procedures specifically designed for accessibility checks of return values.