aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-1/+1
2013-09-15re PR c++/41933 ([c++0x] lambdas and variadic templates don't work together)Jason Merrill1-1/+1
2013-09-09error.c (dump_expr, [...]): Fix.Paolo Carlini1-2/+5
2013-09-04c-pretty-print.h (c_pretty_printer::simple_type_specifier): Now a virtual mem...Gabriel Dos Reis1-10/+9
2013-09-03c-objc-common.c (c_tree_printer): Tidy.Gabriel Dos Reis1-55/+51
2013-08-30c-pretty-print.h (c_pretty_printer::declaration): Now a virtual member function.Gabriel Dos Reis1-82/+72
2013-08-26Really commit all changesGabriel Dos Reis1-119/+116
2013-08-26c-pretty-print.h (c_pretty_printer::unary_expression): Now a virtual member f...Gabriel Dos Reis1-123/+115
2013-08-26c-pretty-print.h (c_pretty_printer::postfix_expression): Now a virtual member...Gabriel Dos Reis1-44/+43
2013-08-25c-pretty-print.h (c_pretty_printer::primary_expression): Now a virtua member ...Gabriel Dos Reis1-18/+17
2013-08-25c-pretty-print.h (c_pretty_printer::translate_string): Declare.Gabriel Dos Reis1-7/+3
2013-08-25c-pretty-print.h (c_pretty_printer::id_expression): Now a virtual function.Gabriel Dos Reis1-9/+8
2013-08-24c-pretty-print.h (c_pretty_printer::constant): Now a virtual member function.Gabriel Dos Reis1-11/+10
2013-08-22pretty-print.h (output_buffer::output_buffer): Declare.Gabriel Dos Reis1-26/+25
2013-08-05pretty-print.h (pp_base): Remove.Gabriel Dos Reis1-64/+61
2013-04-01cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): Remove.Paolo Carlini1-2/+2
2013-03-29call.c (add_builtin_candidate): Use TYPE_PTR_P and VOID_TYPE_P.Paolo Carlini1-2/+2
2013-03-29cp-tree.h (AUTO_IS_DECLTYPE): New.Jason Merrill1-0/+6
2013-03-08re PR c++/51412 ([c++0x] Broken diagnostic with invalid lambda expressions)Paolo Carlini1-0/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-2/+8
2012-08-07cfg.c (debug_bb): Do not set TDF_BLOCKS.Steven Bosscher1-5/+2
2012-05-12generic.texi: Rename TYPE_PTRMEM_P to TYPE_PTRDATAMEM_P.Paolo Carlini1-4/+3
2012-05-11re PR c++/53305 (internal crash with variadic templates and decltype)Paolo Carlini1-0/+1
2011-12-15re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely1-0/+3
2011-10-26Implement C++11 user-defined literals.Ed Smith-Rowland1-0/+19
2011-10-11re PR c++/49855 (internal compiler error: in fold_convert_const_int_from_real)Jason Merrill1-0/+2
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-1/+4
2011-05-15c-common.c (c_common_reswords): Reorder.Paolo Carlini1-0/+3
2011-05-08re PR c++/48816 (possible pointless code in file cxx-pretty-print.c, line 2136)Paolo Carlini1-2/+0
2011-05-06introduce {class,type}_of_this_parm functionsNathan Froyd1-3/+2
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-1/+2
2011-03-21ChangeLog gcc/c-familyKai Tietz1-0/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-10-27c-common.c (c_common_reswords): Add __is_literal_type.Jason Merrill1-0/+3
2010-10-07In gcc/testsuite/: 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+8
2010-09-29tree.h (SCOPE_FILE_SCOPE_P): New macro.Richard Guenther1-1/+1
2010-09-11Implement range-based for-statements.Rodrigo Rivas Costa1-0/+17
2010-06-04cxx-pretty-print.c (pp_cxx_unary_expression): Handle NOEXCEPT_EXPR.Jason Merrill1-0/+9
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-1/+10
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