aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21* cxx-pretty-print.c: Correct merge error.Joseph Myers1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+1
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-1/+1
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+8
2010-04-30re PR c++/43868 (ICE with -g)Jason Merrill1-10/+11
2009-12-04re PR c++/42218 (Broken diagnostic: 'tree_vec' not supported by pp_c_expression)Dodji Seketeli1-1/+2
2009-11-27re PR c++/38656 (Broken diagnostic: 'template_id_expr' not supported by pp_c_...Paolo Carlini1-0/+4
2009-11-06re PR c++/15946 (Unhelpful error message when "typename" is omitted)Jason Merrill1-0/+6
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1/+2
2009-07-16re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout)Jason Merrill1-0/+6
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers1-3/+7
2009-05-01c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers1-68/+70
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