]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cp/name-lookup.c
* cp-tree.def (OVERLOAD): Fix comment.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 May 2017 17:48:57 +0000 (17:48 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 May 2017 17:48:57 +0000 (17:48 +0000)
commitd6cc2ec218318b85fb1b447292e4e7008eaac283
treeb301de4f497dcfb4c508ca5a98f65b8dfc86a2a3
parented47094986e04884be879fc8d7f1b145b164f522
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@248693 138bc75d-0d04-0410-961f-82ee72b054a4
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