aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29class.c (finish_struct): Use OVL_P.Nathan Sidwell1-18/+1
2017-06-22Reorder IDENTIFIER flagsNathan Sidwell1-1/+1
2017-05-17Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen1-0/+6
2017-05-16call.c (build_user_type_conversion_1): Use OVL_FIRST.Nathan Sidwell1-4/+4
2017-04-04re PR c++/80296 (Broken diagnostic 'unary_plus_expr' not supported by express...Volker Reichelt1-0/+1
2017-03-31re PR libstdc++/80251 (Is the is_aggregate meta function missing?)Jakub Jelinek1-0/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-24cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) instead of TREE_C...Jakub Jelinek1-1/+1
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek1-0/+15
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek1-0/+3
2016-10-05* parser.c (cp_parser_skip_to_end_of_statement): Add missing break.Jason Merrill1-1/+0
2016-08-18re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-5/+12
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-23/+170
2016-04-28cvt.c (cp_get_callee): New.Jason Merrill1-2/+1
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