[C++ PATCH] some cleanups
authorNathan Sidwell <nathan@acm.org>
Fri, 27 Apr 2018 11:55:38 +0000 (11:55 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 27 Apr 2018 11:55:38 +0000 (11:55 +0000)
commitd4e15523c1fc225a513d1a21e5eb2b953b4c928d
tree34be6b729b6efba5f59cc6339cd3e1071a339ef2
parentae0432915e80ae0fb4d8d7c26341685f0822ffe1
[C++ PATCH] some cleanups

https://gcc.gnu.org/ml/gcc-patches/2018-04/msg01227.html
* cp-tree.h (TEMPLATE_INFO): Fix comments.
(TI_PENDING_TEMPLATE_FLAG): Check TEMPLATE_INFO.
(NON_DEFAULT_TEMPLATE_ARG_COUNT): Wrap line.
(dump, print_other_binding_stacks): Remove declarations.
* name-lookup.c (print_other_binding_stack): Make static.
* pt.c (build_template_decl): Make static.

From-SVN: r259704
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/name-lookup.c
gcc/cp/pt.c