diff options
author | Patrick Palka <ppalka@redhat.com> | 2022-05-31 16:48:56 -0400 |
---|---|---|
committer | Patrick Palka <ppalka@redhat.com> | 2022-05-31 16:48:56 -0400 |
commit | 6013fc2567c1d38ac4e1f57b3cd2483b7513aa59 (patch) | |
tree | 3b1c0279abb5002c10896bb93c8ca4e4fffe5f91 /gcc/ada/fe.h | |
parent | a8b5d63503b8cf49de32d241218057409f8731ac (diff) | |
download | gcc-6013fc2567c1d38ac4e1f57b3cd2483b7513aa59.zip gcc-6013fc2567c1d38ac4e1f57b3cd2483b7513aa59.tar.gz gcc-6013fc2567c1d38ac4e1f57b3cd2483b7513aa59.tar.bz2 |
c++: squash cp_build_qualified_type/_real
This combines the two differently named versions of the same function
into a single function utilizing a default argument.
gcc/cp/ChangeLog:
* cp-tree.h (cp_build_qualified_type_real): Rename to ...
(cp_build_qualified_type): ... this. Give its last parameter
a default argument. Remove macro of the same name.
* decl.cc (grokdeclarator): Adjust accordingly.
* pt.cc (tsubst_aggr_type): Likewise.
(rebuild_function_or_method_type): Likewise.
(tsubst): Likewise.
(maybe_dependent_member_ref): Likewise.
(unify): Likewise.
* tree.cc (cp_build_qualified_type_real): Rename to ...
(cp_build_qualified_type): ... this. Adjust accordingly.
Diffstat (limited to 'gcc/ada/fe.h')
0 files changed, 0 insertions, 0 deletions