]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/cxx-pretty-print.c
cvt.c (cp_get_callee): New.
authorJason Merrill <jason@redhat.com>
Thu, 28 Apr 2016 19:01:13 +0000 (15:01 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 28 Apr 2016 19:01:13 +0000 (15:01 -0400)
commitbabaa9df0279b16243acc58c9a5d7731f4882af4
treeb72de2324ca719d4d3a1fc4ddc1c350892ee00d7
parentceaaa9fe93fd5c33028b74eff376aff8321ecfa5
cvt.c (cp_get_callee): New.

* cvt.c (cp_get_callee): New.

* constexpr.c (get_function_named_in_call): Use it.
* cxx-pretty-print.c (postfix_expression): Use it.
* except.c (check_noexcept_r): Use it.
* method.c (check_nontriv): Use it.
* tree.c (build_aggr_init_expr): Use it.
* cp-tree.h: Declare it.

From-SVN: r235596
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/cp/cp-tree.h
gcc/cp/cvt.c
gcc/cp/cxx-pretty-print.c
gcc/cp/except.c
gcc/cp/method.c
gcc/cp/tree.c