aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-3/+3
2008-02-24error.c (dump_expr): Don't deal directly with NEW_EXPR (and VEC_NEW_EXPR), fo...Paolo Carlini1-9/+15
2007-11-01re PR c++/33494 (Broken diagnostic: 'modop_expr' not supported by dump_expr)Paolo Carlini1-3/+4
2007-10-27re PR c++/33844 (Broken diagnostic: 'dotstar_expr/member_ref' not supported b...Jakub Jelinek1-1/+4
2007-10-27re PR c++/33842 (Broken diagnostic: 'offsetof_expr' not supported by dump_expr)Jakub Jelinek1-0/+48
2007-10-25re PR c++/33843 (Broken diagnostic: 'bit_not_expr' not supported by pp_cxx_un...Paolo Carlini1-0/+5
2007-09-27re PR c++/33493 (Broken diagnostic: 'dl_expr' not supported by dump_expr)Paolo Carlini1-2/+5
2007-09-18PR c++/33462 (again)Paolo Carlini1-1/+1
2007-09-18re PR c++/33462 (Broken diagnostic: 'va_arg_expr' not supported by dump_expr)Paolo Carlini1-0/+17
2007-09-18re PR c++/33463 (Broken diagnostic: 'typeid_expr' not supported by dump_expr)Paolo Carlini1-8/+14
2007-09-18re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini1-1/+98
2007-08-31re PR c++/33210 (Broken diagnostics: 'bound_template_template_parm' not suppo...Paolo Carlini1-3/+8
2007-08-28error.c (dump_expr): Handle COMPLEX_CST.Gabriel Dos Reis1-0/+2
2007-08-17re PR c++/32112 (#'unbound_class_template' not supported by dump_decl#)Paolo Carlini1-0/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-0/+8
2007-03-23error.c (dump_expr): Handle dependent names that designate types.Gabriel Dos Reis1-1/+7
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-18/+114
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-8/+43
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-2/+16
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