Implement P0012R1, Make exception specifications part of the type system.
authorJason Merrill <jason@redhat.com>
Mon, 7 Nov 2016 23:09:29 +0000 (23:09 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 18 Nov 2016 10:06:18 +0000 (11:06 +0100)
commita4ddf8dc72f0ac10c3459a91949eb1bdb07ed10d
tree7415197f4db87cc9d0de4b1f61820344f1df7b90
parent4d17eaece8b31e642acaf4d77fe961ad8e3aaf50
Implement P0012R1, Make exception specifications part of the type system.

libiberty/
* cp-demangle.c (is_fnqual_component_type): New.
(d_encoding, d_print_comp_inner, d_print_mod_list): Use it.
(FNQUAL_COMPONENT_CASE): New.
(d_make_comp, has_return_type, d_print_comp_inner)
(d_print_function_type): Use it.
(next_is_type_qual): New.
(d_cv_qualifiers, d_print_mod): Handle noexcept and throw-spec.
include/
* demangle.h (enum demangle_component_type): Add
DEMANGLE_COMPONENT_NOEXCEPT, DEMANGLE_COMPONENT_THROW_SPEC.
include/ChangeLog
include/demangle.h
libiberty/ChangeLog
libiberty/cp-demangle.c
libiberty/testsuite/demangle-expected
This page took 0.024257 seconds and 4 git commands to generate.