aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cxx-pretty-print.c
AgeCommit message (Expand)Author
2020-04-14c++: "'decltype_type' not supported" in diagnostic [PR85278]Patrick Palka
2020-03-20c++: Include the constraint parameter mapping in diagnostic constraint contextsPatrick Palka
2020-03-08c++: Fix pretty printing of TYPENAME_TYPEsPatrick Palka
2020-02-26c++: Some improvements to concept diagnosticsPatrick Palka
2020-01-01Update copyright years.Jakub Jelinek
2019-12-11Introduce pretty_printer::clone vfuncDavid Malcolm
2019-12-05PR c++/92271 - make __is_same alias for __is_same_as.Marek Polacek
2019-11-27Fix constrained alias template transparency.Jason Merrill
2019-10-30* cxx-pretty-print.c (get_fold_operator): Use OVL_OP_INFO.Jason Merrill
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill
2019-06-29Remove trailing whitespace in C++ front end.Jason Merrill
2019-01-31re PR libstdc++/88170 (pretty printer FAILs)Jakub Jelinek
2019-01-17[PR86648] use auto identifier for class placeholder templatesAlexandre Oliva
2019-01-01Update copyright years.Jakub Jelinek
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-10-11re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...Will Wray
2018-09-08cxx-pretty-print.c (cxx_pretty_printer::statement): Handle RANGE_FOR_INIT_STMT.Marek Polacek
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini
2018-03-23re PR c++/85045 (ICE+SIGILL on valid C++ code: cxx_pretty_printer::postfix_e...Marek Polacek
2018-01-03Update copyright years.Jakub Jelinek
2017-06-29class.c (finish_struct): Use OVL_P.Nathan Sidwell
2017-06-22Reorder IDENTIFIER flagsNathan Sidwell
2017-05-17Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen
2017-05-16call.c (build_user_type_conversion_1): Use OVL_FIRST.Nathan Sidwell
2017-04-04re PR c++/80296 (Broken diagnostic 'unary_plus_expr' not supported by express...Volker Reichelt
2017-03-31re PR libstdc++/80251 (Is the is_aggregate meta function missing?)Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-24cxx-pretty-print.c (pp_cxx_check_constraint): Use VAR_P (x) instead of TREE_C...Jakub Jelinek
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek
2016-10-06Implement P0258R2 - helper for C++17 std::has_unique_object_representations t...Jakub Jelinek
2016-10-05* parser.c (cp_parser_skip_to_end_of_statement): Add missing break.Jason Merrill
2016-08-18re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton
2016-04-28cvt.c (cp_get_callee): New.Jason Merrill
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11decl.c: Remove unused header files.Andrew MacLeod
2015-10-31Implement multiple 'auto' feature from Concepts TS.Jason Merrill
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod
2015-08-07Add C++ Concepts TS support.Andrew Sutton
2015-01-05Update copyright years.Jakub Jelinek
2014-10-26In cp/error.c...Manuel López-Ibáñez
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill
2014-09-30c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill
2014-05-21tree.def (VOID_CST): New.Richard Sandiford
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos
2013-09-15re PR c++/41933 ([c++0x] lambdas and variadic templates don't work together)Jason Merrill
2013-09-09error.c (dump_expr, [...]): Fix.Paolo Carlini