aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill1-0/+20
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-1/+1
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-6/+333
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-26In cp/error.c...Manuel López-Ibáñez1-2/+0
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill1-0/+6
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill1-0/+3
2014-09-30c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill1-5/+1
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-1/+3
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