]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Rename Within_Case_Or_If_Expression predicate
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 10 Nov 2024 09:46:54 +0000 (10:46 +0100)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Tue, 19 Nov 2024 12:58:50 +0000 (13:58 +0100)
commit3f28c4f1df9f898f70acb244dc71f5b2cc57471b
tree616ca6bb252b5cd18c4e5b97a18677a3138ac468
parente93d685129155cb4ffd159e72ec40cbff7f2d82d
ada: Rename Within_Case_Or_If_Expression predicate

The case and if expressions are exactly the conditional expressions.

gcc/ada/ChangeLog:

* exp_util.ads (Within_Case_Or_If_Expression): Rename into...
(Within_Conditional_Expression): ...this.
* exp_util.adb (Within_Case_Or_If_Expression): Rename into...
(Within_Conditional_Expression): ...this.
* checks.adb (Install_Null_Excluding_Check): Adjust for renaming.
gcc/ada/checks.adb
gcc/ada/exp_util.adb
gcc/ada/exp_util.ads