* cp-tree.h (OVL_USED): Replace with ...
commit6f3e4f4c018c26460427b45dbf8036dd43811d16
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 May 2017 15:20:04 +0000 (18 15:20 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 May 2017 15:20:04 +0000 (18 15:20 +0000)
tree6cd1335dae35c94b970dea9f4c92d11dfdb74f19
parentffdaf8f1ba4225ecc060c08c6e2667f2939b5e28
* cp-tree.h (OVL_USED): Replace with ...
(OVL_USING_P): ... this.
(ovl_iterator::using_p): Adjust.
* name-lookup.c (push_overloaded_decl_1)
do_nonmember_using_decl): Adjust.
* search.c (lookup_field_r): Adjust.
* tree.c (ovl_insert, ovl_scope): Adjust.
(--This line, and those below, will be ignored--

M    cp/tree.c
M    cp/cp-tree.h
M    cp/name-lookup.c
M    cp/search.c
M    cp/ChangeLog

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