cp-tree.def (OVERLOAD): Fix comment.
authorNathan Sidwell <nathan@acm.org>
Tue, 30 May 2017 17:48:57 +0000 (17:48 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 30 May 2017 17:48:57 +0000 (17:48 +0000)
commit5256a7f5961e6a5137be1d340cb380b62b06e19f
treeb301de4f497dcfb4c508ca5a98f65b8dfc86a2a3
parent77d1dbdb4c9d4036d73ba2a3a90aca530a244071
cp-tree.def (OVERLOAD): Fix comment.

* cp-tree.def (OVERLOAD): Fix comment.
* cp-tree.h: Fix comments and whitespace.
* error.c (dump_decl): Use pp_cxx_colon_colon, ovl_scope.
* name-lookup.c (add_decl_to_level): Assert not class.
(check_local_shadow): Use OVL_P.
(pushdecl_with_scope_1): Rename to ...
(do_pushdecl_with_Scope): ... here.
(do_nonmember_using_decl): Use qualified_namespace_lookup return
value.
(push_class_level_binding_1): Use OVL_P.
(pushdecl_namespace_level): Use do_pushdecl_with_scope.
(pushtag_1): Rename to ...
(do_pushtag): ... here.  Adjust do_pushdecl_with_scope call.
(pushtag): Adjust.
(store_class_bindings): Do not time here.
* name-lookup.h (pushdecl_outermost_localscope): Reorder.
* pt.c (listify): Declare argvec at point of initialization.

From-SVN: r248693
gcc/cp/ChangeLog
gcc/cp/cp-tree.def
gcc/cp/cp-tree.h
gcc/cp/error.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h
gcc/cp/pt.c