aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Fix up whitespacingMike Stump1-9/+8
2005-12-30c-pretty-print.h (struct c_pretty_print_info): Add new member "constant".Gabriel Dos Reis1-3/+27
2005-11-14re PR c++/20293 (Wrong diagnostic for ambiguous access)Mark Mitchell1-0/+9
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-210/+210
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-23/+23
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell1-1/+1
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-0/+6
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-5/+13
2005-04-20c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor1-5/+12
2005-04-17c-common.def (SIZEOF_EXPR, [...]): Remove.Ian Lance Taylor1-0/+25
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-0/+78
2005-02-08cxx-pretty-print.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-25cxx-pretty-print.c (pp_cxx_statement): Add prototype.Volker Reichelt1-2/+3
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-2/+3
2004-07-18re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij1-0/+4
2004-06-27re PR c++/14123 (odd number of parentheses in error message)Gabriel Dos Reis1-0/+2
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-1/+1
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-0/+37
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-11/+5
2004-06-10re PR c++/15875 (rejects pointer to member in template)Jason Merrill1-4/+0
2004-06-01re PR c++/13092 (Accepts invalid pointer-to-member conversion)Kriang Lerdsuwanakij1-0/+4
2004-05-31c-pretty-print.c (pp_c_left_bracket): Make a function.Gabriel Dos Reis1-32/+43
2004-03-25cfgrtl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-03-24dwarf2asm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-03-22cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.Gabriel Dos Reis1-0/+1
2004-03-21pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis1-2/+54
2004-03-19cxx-pretty-print.c (pp_cxx_unqualified_id): Use TEMPLATE_TYPE_PARM_INDEX inst...Richard Kenner1-1/+1
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-13ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-12-08Give the anonymous namespace a null DECL_NAME.Jason Merrill1-1/+1
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-10-21ChangeLog: Fix typos.Kazu Hirata1-3/+3
2003-10-07re PR c++/10147 (Confusing error message for invalid template function argument)Mark Mitchell1-3/+1
2003-09-18c-pretty-print.h (pp_type_specifier_seq): Fix thinko.Gabriel Dos Reis1-2/+1
2003-09-07re PR c++/11762 (namespace aliasing ICE in warn_extern_redeclared_static)Gabriel Dos Reis1-3/+53
2003-08-29re PR c++/11811 (Weird message with default template arguments)Gabriel Dos Reis1-0/+21
2003-08-25* cxx-pretty-print.c (pp_cxx_class_name): Remove unused function.Richard Henderson1-6/+0
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis1-213/+1193
2003-08-10pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis1-19/+557
2003-08-05pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis1-0/+157