gcc/cp/
commit9320a2337f44cd51534d2d2d9b5145591fb28add
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 May 2017 13:12:57 +0000 (10 13:12 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 May 2017 13:12:57 +0000 (10 13:12 +0000)
tree5a3ad15efba35f76f3ecbb3841eb39bdd7ad713f
parent75e7644a5a106ee3f707dc9509fbe43fb5b526e9
gcc/cp/
* cp-tree.h (add_method, clone_function_decl): Change last arg to
bool.
* class.c (add_method): Change third arg to bool.  Adjust.
(one_inheriting_sig, one_inherited_ctor): Adjust.
(clone_function_decl): Change 2nd arg to bool.  Adjust.
(clone_constructors_and_destructors): Adjust.
* lambda.c (maybe_add_lambda_conv_op): Adjust.
* method.c (lazily_declare_fn): Adjust.
* pt.c (tsubst_decl, instantiate_template_1): Adjust.
* semantics.c (finish_member_declaration): Adjust.

libcc1/
* libcp1plugin.cc (plugin_build_decl): Adjust add_method call.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@247834 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/cp-tree.h
gcc/cp/lambda.c
gcc/cp/method.c
gcc/cp/pt.c
gcc/cp/semantics.c
libcc1/ChangeLog
libcc1/libcp1plugin.cc