cp-tree.h (add_method, [...]): Change last arg to bool.
authorNathan Sidwell <nathan@acm.org>
Wed, 10 May 2017 13:12:57 +0000 (13:12 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 10 May 2017 13:12:57 +0000 (13:12 +0000)
commitd5a2f455e69040cec63269e12307c4c4699850d5
tree5a3ad15efba35f76f3ecbb3841eb39bdd7ad713f
parenta529e0a697f7cbc16f4d8ea9c2dad9b4b761d96c
cp-tree.h (add_method, [...]): Change last arg to bool.

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.

From-SVN: r247834
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