]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Add Is_Base_Type predicate to C interface
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 29 Mar 2024 08:03:28 +0000 (09:03 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 20 May 2024 07:47:05 +0000 (09:47 +0200)
commitaecb63d075838e17673e1b13f21a414d23fcf2cd
tree023ade465c3ec68a033bf3e64840642ee03a15dd
parenta74dff4d9d0b26e91d02acb81e9ed2e34d0d38e9
ada: Add Is_Base_Type predicate to C interface

This also documents what the predicate effectively does.

gcc/ada/

* einfo-utils.ads (Is_Base_Type): Move to Miscellaneous Subprograms
section and add description.
* fe.h (Is_Base_Type): Declare.
gcc/ada/einfo-utils.ads
gcc/ada/fe.h