diff options
author | Marek Polacek <polacek@redhat.com> | 2016-09-14 15:05:00 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2016-09-14 15:05:00 +0000 |
commit | e51fbec3ff5028d8aa7925f894444fd7920f13ae (patch) | |
tree | 9a8fc4f1bf815bc44e908dbd081d93aca40edd84 /gcc/cppdefault.c | |
parent | 13cddbc115038975a531abe3a0aed739307258db (diff) | |
download | gcc-e51fbec3ff5028d8aa7925f894444fd7920f13ae.zip gcc-e51fbec3ff5028d8aa7925f894444fd7920f13ae.tar.gz gcc-e51fbec3ff5028d8aa7925f894444fd7920f13ae.tar.bz2 |
c-common.c (c_common_truthvalue_conversion): Use false instead of 0.
* c-common.c (c_common_truthvalue_conversion): Use false instead of 0.
* c-common.h (build_unary_op): Change nonconvert parameter type to bool.
* c-omp.c (c_finish_omp_atomic): Use false instead of 0.
* c-array-notation.c (create_cmp_incr): Use false instead of 0.
(fix_array_notation_expr): Likewise.
* c-decl.c (finish_decl): Likewise.
* c-parser.c (c_parser_postfix_expression_after_primary): Likewise.
* c-typeck.c (array_to_pointer_conversion): Use true instead of 1.
(function_to_pointer_conversion): Use false instead of 0.
(convert_lvalue_to_rvalue): Likewise.
(parser_build_unary_op): Likewise.
(build_atomic_assign): Likewise.
(build_unary_op): Change nonconvert parameter type to bool, use
true/false instead of 1/0.
(build_binary_op): Use true instead of 1.
* cp-tree.h (cp_build_unary_op): Change nonconvert parameter type to
bool.
* decl2.c (one_static_initialization_or_destruction): Use true instead
of 1.
* init.c (build_vec_init): Use false instead of 0.
* pt.c (tsubst_copy_and_build): Likewise.
* semantics.c (simplify_loop_decl_cond): Likewise.
* typeck.c (rationalize_conditional_expr): Likewise.
(cp_build_binary_op): Use true instead of 1.
(cp_build_unary_op): Change nonconvert parameter type to bool. Use true
instead of 1.
(build_unary_op): Change nonconvert parameter type to bool.
(unary_complex_lvalue): Use false instead of 0.
From-SVN: r240137
Diffstat (limited to 'gcc/cppdefault.c')
0 files changed, 0 insertions, 0 deletions