Landing: f44fdf332d94

Project / Subsystem

gcc / ada

Date

2026-02-18

Author

Ronan Desplanques

Commit

f44fdf332d94779375395d9ac6cc9850882dddf1

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
ada
patch_id
commit_hash
f44fdf332d94779375395d9ac6cc9850882dddf1
source_type
github
headline
Improve documentation and simplify `Is_Inherently_Limited_Type` in Ada
tldr
This commit improves documentation and simplifies the `Is_Inherently_Limited_Type` function by leveraging `Is_Immutably_Limited_Type`.
author
Ronan Desplanques
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • ada
  • refactor
  • documentation
discussion_id_link
bugzilla_pr
date
2026-02-18T00:00:00.000Z

This commit improves the documentation comments for Is_Immutably_Limited_Type and Is_Inherently_Limited_Type. It also simplifies the implementation of Is_Inherently_Limited_Type by calling Is_Immutably_Limited_Type, reducing code duplication and improving maintainability.