aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
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