Landing: a50c1d1dacc8
Project / Subsystem
gcc / ada
Date
2024-06-21
Author
Piotr Trojanek
Commit
a50c1d1dacc876e3ccabba89be2340b04099324c
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- ada
- patch_id
- —
- commit_hash
- a50c1d1dacc876e3ccabba89be2340b04099324c
- source_type
- github
- headline
- Tune layout in membership test
- tldr
- Whitespace in the Ada compiler's `freeze.adb` and `sem_ch13.adb` was adjusted for better code formatting.
- author
- Piotr Trojanek
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ada
- • compiler
- • whitespace
- • code quality
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2024-06-21T00:00:00.000Z
This commit makes minor cosmetic adjustments to the Ada compiler’s codebase, specifically in freeze.adb and sem_ch13.adb. It focuses on tuning the whitespace around membership tests. This is purely a stylistic cleanup to improve code readability and maintainability for developers, with no impact on compiler functionality or generated code.