[C++ PATCH] some cleanups
commitcd73358f847df19c0dbf7b05b87e3d94323387b8
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Apr 2018 11:55:38 +0000 (27 11:55 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Apr 2018 11:55:38 +0000 (27 11:55 +0000)
tree34be6b729b6efba5f59cc6339cd3e1071a339ef2
parentf0aaf75822aa2b130f8754577001787c9746b8c2
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259704 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/name-lookup.c
gcc/cp/pt.c