summaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-1/+1
* c-pretty-print.c (pp_c_semicolon): Fix formatting.Gabriel Dos Reis2004-03-151-3/+17
* alloc-pool.c: Fix comment typos.Kazu Hirata2004-01-311-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka2004-01-161-11/+11
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-3/+3
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-2/+2
* c-pretty-print.c (pp_c_postfix_expression): Fix thinko.Jason Merrill2003-10-081-1/+1
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-2/+2
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-2/+2
* tree.def (FFS_EXPR, [...]): Delete unused tree codes.Roger Sayle2003-09-181-4/+1
* c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis2003-09-181-55/+153
* re PR c++/11357 ([DR 425] no conversion of build-in binary operator argument ...Gabriel Dos Reis2003-09-171-1/+6
* re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis2003-09-071-12/+14
* pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis2003-08-251-624/+746
* builtin-attrs.def: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-4/+4
* pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis2003-08-101-204/+707
* pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis2003-08-051-21/+21
* pretty-print.h: Adjust macro definitions.Gabriel Dos Reis2003-08-031-3/+1
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-15/+18
* *** empty log message ***Gabriel Dos Reis2003-07-141-2/+53
* c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth2003-06-301-4/+4
* c-lex.c: Convert to ISO C90.Andreas Jaeger2003-06-221-200/+111
* c-pretty-print.c (pp_c_integer_literal): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX.Kaveh R. Ghazi2003-05-211-5/+2
* tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg2003-04-071-24/+0
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-1/+2
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-2/+2
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-2/+1
* c-common.h (RETURN_STMT_EXPR): Rename from RETURN_EXPR.Jason Merrill2002-08-221-1/+1
* c-pretty-print.h: Guard against multiple inclusion.Gabriel Dos Reis2002-08-141-0/+29
* c-pretty-print.c: #include "c-tree.h".Gabriel Dos Reis2002-08-131-84/+188
* diagnostic.h (output_formatted_scalar): Rename from output_formatted_integer.Gabriel Dos Reis2002-08-121-1/+112
* c-pretty-print.h (pp_c_statement): Declare.Gabriel Dos Reis2002-07-301-4/+251
* c-pretty-print.c (pp_c_primary_expression): Handle STMT_EXPR.Gabriel Dos Reis2002-07-301-1/+31
* c-pretty-print.h (struct c_pretty_print_info): Add new member.Gabriel Dos Reis2002-07-291-6/+143
* Makefile.in (C_OBJS): Include c-pretty-print.oGabriel Dos Reis2002-07-291-0/+835