summaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement LWG2296 helper intrinsic c-family/Jakub Jelinek2016-10-071-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Implement multiple 'auto' feature from Concepts TS.Jason Merrill2015-10-311-0/+1
* Add C++ Concepts TS support.Andrew Sutton2015-08-071-1/+16
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR c++/34938 (ICE with function pointers and attribute noreturn)Paolo Carlini2014-08-251-2/+2
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now a virtual mem...Gabriel Dos Reis2013-09-041-0/+1
* c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis2013-09-031-0/+1
* c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.Gabriel Dos Reis2013-08-301-1/+7
* Really commit all changesGabriel Dos Reis2013-08-261-0/+2
* c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...Gabriel Dos Reis2013-08-261-0/+5
* c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...Gabriel Dos Reis2013-08-261-0/+1
* c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...Gabriel Dos Reis2013-08-251-0/+1
* c-pretty-print.h (c_pretty_printer::id_expression): Now a virtual function.Gabriel Dos Reis2013-08-251-1/+2
* c-pretty-print.h (c_pretty_printer::constant): Now a virtual member function.Gabriel Dos Reis2013-08-241-0/+2
* pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis2013-08-221-1/+1
* pretty-print.h (pp_base): Remove.Gabriel Dos Reis2013-08-051-29/+24
* cxx-pretty-print.h (pp_cxx_cv_qualifiers): New.Jason Merrill2013-04-011-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Implement C++11 user-defined literals.Ed Smith-Rowland2011-10-261-0/+2
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+2
* c-common.c: Move to c-family/.Steven Bosscher2010-06-051-1/+1
* c-objc-common.c (c_tree_printer): Print identifiers with pp_identifier, not p...Joseph Myers2009-05-011-1/+2
* re PR c++/33494 (Broken diagnostic: 'modop_expr' not supported by dump_expr)Paolo Carlini2007-11-011-2/+0
* re PR c++/33842 (Broken diagnostic: 'offsetof_expr' not supported by dump_expr)Jakub Jelinek2007-10-271-0/+1
* re PR c++/33493 (Broken diagnostic: 'dl_expr' not supported by dump_expr)Paolo Carlini2007-09-271-0/+1
* re PR c++/33462 (Broken diagnostic: 'va_arg_expr' not supported by dump_expr)Paolo Carlini2007-09-181-0/+1
* re PR c++/33463 (Broken diagnostic: 'typeid_expr' not supported by dump_expr)Paolo Carlini2007-09-181-0/+1
* re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr)Paolo Carlini2007-09-181-1/+1
* typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton2007-08-021-5/+4
* call.c: Fix comment typo(s).Volker Reichelt2005-07-211-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Canonicalize whitespace.Mike Stump2005-06-151-15/+15
* Remove extra white spacing at end of lines.Mike Stump2005-06-141-1/+1
* cxx-pretty-print.c, [...]: Update copyright.Kazu Hirata2005-02-081-1/+1
* cxx-pretty-print.c (pp_cxx_statement): Add prototype.Volker Reichelt2005-01-251-2/+0
* c-pretty-print.c (pp_c_left_bracket): Make a function.Gabriel Dos Reis2004-05-311-0/+22
* dwarf2asm.c, [...]: Update copyright.Kazu Hirata2004-03-241-1/+1
* pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis2004-03-211-0/+3
* re PR c++/10147 (Confusing error message for invalid template function argument)Mark Mitchell2003-10-071-3/+1
* re PR c++/11811 (Weird message with default template arguments)Gabriel Dos Reis2003-08-291-0/+1
* pretty-print.h (pp_maybe_newline_and_indent): New macro.Gabriel Dos Reis2003-08-251-2/+4
* pretty-print.c (pp_base_indent): Rename from pp_indent.Gabriel Dos Reis2003-08-101-1/+8
* pretty-print.h (pp_set_line_maximum_length): Make macro.Gabriel Dos Reis2003-08-051-0/+44