aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-08c-pretty-print.c (pp_c_postfix_expression): Fix thinko.Jason Merrill1-1/+1
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-2/+2
2003-10-05c-pretty-print.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-09-18tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle1-4/+1
2003-09-18c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis1-55/+153
2003-09-17re PR c++/11357 ([DR 425] no conversion of build-in binary operator argument ...Gabriel Dos Reis1-1/+6
2003-09-07re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis1-12/+14
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis1-624/+746
2003-08-22builtin-attrs.def: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-4/+4
2003-08-10pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis1-204/+707
2003-08-05pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis1-21/+21
2003-08-03pretty-print.h: Adjust macro definitions.Gabriel Dos Reis1-3/+1
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-15/+18
2003-07-14*** empty log message ***Gabriel Dos Reis1-2/+53
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-4/+4
2003-06-22c-lex.c: Convert to ISO C90.Andreas Jaeger1-200/+111
2003-05-21c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.Kaveh R. Ghazi1-5/+2
2003-04-07tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg1-24/+0
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-1/+2
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-2/+2
2002-09-04real.c (ereal_to_decimal): Add digits parameter.Richard Henderson1-2/+1
2002-08-22c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill1-1/+1
2002-08-14c-pretty-print.h: Guard against multiple inclusion.Gabriel Dos Reis1-0/+29
2002-08-13c-pretty-print.c: #include "c-tree.h".Gabriel Dos Reis1-84/+188
2002-08-12diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer.Gabriel Dos Reis1-1/+112
2002-07-30c-pretty-print.h (pp_c_statement): Declare.Gabriel Dos Reis1-4/+251
2002-07-30c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.Gabriel Dos Reis1-1/+31
2002-07-29c-pretty-print.h (struct c_pretty_print_info): Add new member.Gabriel Dos Reis1-6/+143
2002-07-29Makefile.in (C_OBJS): Include c-pretty-print.oGabriel Dos Reis1-0/+835