aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.h
AgeCommit message (Expand)AuthorFilesLines
2022-09-29c++: introduce TRAIT_TYPE alongside TRAIT_EXPRPatrick Palka1-1/+1
2022-06-27Add 'final' and 'override' in various placesDavid Malcolm1-19/+19
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-03-20c++: Include the constraint parameter mapping in diagnostic constraint contextsPatrick Palka1-0/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-11Introduce pretty_printer::clone vfuncDavid Malcolm1-0/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek1-0/+1
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