name-lookup.h (pushdecl_with_scope): Replace with ...
authorNathan Sidwell <nathan@acm.org>
Mon, 8 May 2017 17:54:55 +0000 (17:54 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 8 May 2017 17:54:55 +0000 (17:54 +0000)
commitd16d5eac2a0132adcd9e88ae288bedd03abfc513
tree28f4f3f132d35b2fc0ad9b9ec589c8e81c8e4957
parent29eb9a442b145c3b637e7b41000e51148969c989
name-lookup.h (pushdecl_with_scope): Replace with ...

* name-lookup.h (pushdecl_with_scope): Replace with ...
(pushdecl_outermost_localscope): ... this.
* name-lookup.c (pushdecl_with_scope): Replace with ...
(pushdecl_outermost_localscope): ... this.
(pushdecl_namespace_level): Adjust.
* decl.c (cp_make_fname_decl): Use pushdecl_outermost_localscope.
* lambda.c (insert_capture_proxy): Likewise.

From-SVN: r247752
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/lambda.c
gcc/cp/name-lookup.c
gcc/cp/name-lookup.h