]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/error.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / error.c
2019-01-01  jakub Update copyright years.
2018-11-29  dmalcolmC++: namespaces and scopes for enum values (PR c++...
2018-11-05  jason Implement P0732R2, class types in non-type template...
2018-10-29  dmalcolmC++: simplify output from suggest_alternatives_for
2018-09-28  rguenth2018-09-28 Richard Biener <rguenther@suse.de>
2018-09-17  dmalcolmAdd range_idx param to range_label::get_text
2018-08-27  dmalcolmLess verbose fix-it hints for missing header files...
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-08-15  dmalcolmdiagnostics: add labeling of source ranges
2018-08-02  dmalcolmFix memory leak of pretty_printer prefixes
2018-08-01  mseborPR tree-optimization/86650 - -Warray-bounds missing...
2018-07-28  dmalcolmC++: clean up cp_printer
2018-06-20  mpolacek PR c++/86240
2018-06-19  jason * tree.c (cp_expr_location): New.
2018-05-24  paolo2018-05-24 Paolo Carlini <paolo.carlini@oracle.com>
2018-05-14  paolo2018-05-14 Paolo Carlini <paolo.carlini@oracle.com>
2018-04-18  aoliva[PR c++/80290] recycle tinst garbage sooner
2018-04-09  jason PR c++/85279 - dump_expr doesn't understand decltype.
2018-02-21  jason PR c++/84454 - ICE with pack expansion in signature.
2018-01-10  dmalcolmPreserving locations for variable-uses and constants...
2018-01-03  jakub Update copyright years.
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-22  dmalcolmC/C++: fix quoting of "aka" typedef information (PR...
2017-11-21  marxinAdd quotes for constexpr keyword.
2017-11-21  glisseNew POINTER_DIFF_EXPR
2017-10-31  nathan[C++ PATCH] overloaded operator fns [2/N]
2017-10-04  jakub PR c++/82373
2017-08-14  mseborPR c/81117 - Improve buffer overflow checking in strncp...
2017-08-09  jason PR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-07-16  reichelt * parser.c (cp_parser_cast_expression): Use...
2017-06-29  jason * constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EX...
2017-06-22  nathan Reorder IDENTIFIER flags
2017-06-11  jason * error.c (dump_expr): Use is_this_parameter.
2017-05-30  dmalcolmC++ template type diff printing
2017-05-30  nathan * cp-tree.def (OVERLOAD): Fix comment.
2017-05-24  jason -Wunused and C++17 structured bindings
2017-05-19  nathan * call.c (add_list_candidates): Use OVL_FIRST.
2017-05-16  nathan * cp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-05  dmalcolmEliminate report_diagnostic macro
2017-04-27  reichelt * parser.c (cp_parser_cast_expression): Add...
2017-04-18  mpolacek PR c++/80241 - ICE with alignas pack expansion.
2017-04-11  jakub PR c++/80363
2017-02-09  jason PR c++/79316 - default argument in deduction guide
2017-01-31  jakub PR c++/79304
2017-01-20  dmalcolmC++: fix fix-it hints for misspellings within explicit...
2017-01-09  jason Implement P0195R2, C++17 variadic using.
2017-01-01  jakub Update copyright years.
2016-12-13  nathan cp/
2016-12-07  jambormUse dump_function_name rather than emit <built-in>
2016-11-15  jasonAllow references in constant-expressions.
2016-11-14  jasonImprove various diagnostic issues.
2016-11-02  jason Implement P0136R1, Rewording inheriting constructors.
2016-10-21  jason PR c++/77656
2016-10-07  jakub Implement LWG2296 helper intrinsic
2016-10-04  jasonImplement P0091R2, Template argument deduction for...
2016-10-04  jakub * doc/extend.texi (Java Exceptions): Remove.
2016-09-16  jakub PR c++/77482
2016-09-01  mpolacek PR c/7652
2016-08-12  mpolacek PR c/7652
2016-08-09  jason Implement C++17 constexpr lambda.
2016-08-04  jason Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-21  jason Improving concepts performance and diagnostics.
2016-06-17  paolo/cp
2016-04-22  nsz[PATCH 1/2] (header usage fix) remove unused system...
2016-04-14  jasonRevert empty class parameter passing ABI changes.
2016-04-13  jason Warn about empty parameter ABI with -Wabi=9.
2016-02-11  jakub * cgraph.c: Spelling fixes - behaviour -> behavior and
2016-02-04  mseborPR c++/69251 - [6 Regression] ICE in unify_array_domain...
2016-01-26  dmalcolmPR other/69006: fix extra newlines after diagnostics
2016-01-04  jakub Update copyright years.
2015-12-15  mseborgcc/testsuite/ChangeLog:
2015-12-07  jakub PR c++/68760
2015-11-13  dmalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-11  amacleodada
2015-11-06  dmalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-10-31  jason Implement multiple 'auto' feature from Concepts TS.
2015-10-29  amacleodada
2015-10-04  jason Implement N4514, C++ Extensions for Transactional...
2015-08-12  jason PR c++/67108
2015-08-12  jason PR c++/67161
2015-08-07  jason Add C++ Concepts TS support.
2015-07-10  ppalkaFix PR c++/30044
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-27  mpolacek * call.c (set_up_extended_ref_temp): Use VAR_P.
2015-06-17  amacleod * tree.h (merge_dllimport_decl_attributes, handle_dll_...
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-06-02  jason * cp-tree.h (init_error): Remove declaration.
2015-05-16  manugcc/fortran/ChangeLog:
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-12-01  mpolacek PR sanitizer/63956
2014-11-26  jason Allow partial specialization of variable templates.
2014-11-21  jason * error.c (dump_expr): Avoid printing (*&i) for refere...
2014-10-27  jason Implement N3653 (Member initializers and aggregates...
2014-10-26  manuIn cp/error.c, I separate the initialization of the...
2014-09-30  paolocp/
2014-09-22  jason * decl.c (poplevel): Don't warn about unused vars...
2014-08-25  paolo/cp
next