aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-0/+1
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-1/+16
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-25re PR c++/34938 (ICE with function pointers and attribute noreturn)Paolo Carlini1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-09-04c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now a virtual mem...Gabriel Dos Reis1-0/+1
2013-09-03c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis1-0/+1
2013-08-30c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.Gabriel Dos Reis1-1/+7
2013-08-26Really commit all changesGabriel Dos Reis1-0/+2
2013-08-26c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...Gabriel Dos Reis1-0/+5
2013-08-26c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...Gabriel Dos Reis1-0/+1
2013-08-25c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...Gabriel Dos Reis1-0/+1
2013-08-25c-pretty-print.h (c_pretty_printer::id_expression): Now a virtual function.Gabriel Dos Reis1-1/+2
2013-08-24c-pretty-print.h (c_pretty_printer::constant): Now a virtual member function.Gabriel Dos Reis1-0/+2
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-1/+1
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-29/+24
2013-04-01cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.Jason Merrill1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-1/+1
2009-05-01c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers1-1/+2
2007-11-01re PR c++/33494 (Broken diagnostic: 'modop_expr' not supported by dump_expr)Paolo Carlini1-2/+0
2007-10-27re PR c++/33842 (Broken diagnostic: 'offsetof_expr' not supported by dump_expr)Jakub Jelinek1-0/+1
2007-09-27re PR c++/33493 (Broken diagnostic: 'dl_expr' not supported by dump_expr)Paolo Carlini1-0/+1
2007-09-18re PR c++/33462 (Broken diagnostic: 'va_arg_expr' not supported by dump_expr)Paolo Carlini1-0/+1
2007-09-18re PR c++/33463 (Broken diagnostic: 'typeid_expr' not supported by dump_expr)Paolo Carlini1-0/+1
2007-09-18re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini1-1/+1
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2005-07-21call.c: Fix comment typo(s).Volker Reichelt1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-15/+15
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-1/+1
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/+0
2004-05-31c-pretty-print.c (pp_c_left_bracket): Make a function.Gabriel Dos Reis1-0/+22
2004-03-24dwarf2asm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-03-21pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis1-0/+3
2003-10-07re PR c++/10147 (Confusing error message for invalid template function argument)Mark Mitchell1-3/+1
2003-08-29re PR c++/11811 (Weird message with default template arguments)Gabriel Dos Reis1-0/+1
2003-08-25pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis1-2/+4
2003-08-10pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis1-1/+8
2003-08-05pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis1-0/+44