* cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.
commitf7e6f42af6c4598fc2145112537f840388750c10
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Apr 2013 19:05:06 +0000 (1 19:05 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Apr 2013 19:05:06 +0000 (1 19:05 +0000)
tree11f6d755e965f6edfc93747266815cdcce7d3a9f
parente116411c3efd8aa1b5ee556b16275c460a143849
* cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.
* class.c (same_signature_p): Use type_memfn_quals.
* cp-tree.h (TYPE_RAISES_EXCEPTIONS): Use
FUNCTION_OR_METHOD_TYPE_CHECK.
* error.c (dump_type_suffix): Add padding before cv-qualifiers.
* pt.c (unify): Use static_fn_type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197316 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/cxx-pretty-print.h
gcc/cp/error.c
gcc/cp/pt.c