aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-28Remove Cilk Plus support.Julia Koval1-22/+0
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm1-18/+81
2017-11-21Add quotes for constexpr keyword.Martin Liska1-2/+2
2017-11-21New POINTER_DIFF_EXPRMarc Glisse1-0/+4
2017-10-31[C++ PATCH] overloaded operator fns [2/N]Nathan Sidwell1-19/+10
2017-10-04re PR c++/82373 (syntax error in error message)Jakub Jelinek1-2/+3
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor1-1/+7
2017-08-09PR c++/81359 - Unparsed NSDMI error from SFINAE context.Jason Merrill1-0/+2
2017-07-16parser.c (cp_parser_cast_expression): Use %q#T instead of %qT in old-style ca...Volker Reichelt1-4/+0
2017-06-29* constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR handling.Jason Merrill1-1/+0
2017-06-22Reorder IDENTIFIER flagsNathan Sidwell1-1/+1
2017-06-11* error.c (dump_expr): Use is_this_parameter.Jason Merrill1-5/+2
2017-05-30C++ template type diff printingDavid Malcolm1-3/+450
2017-05-30cp-tree.def (OVERLOAD): Fix comment.Nathan Sidwell1-4/+3
2017-05-23-Wunused and C++17 structured bindingsJason Merrill1-0/+2
2017-05-19call.c (add_list_candidates): Use OVL_FIRST.Nathan Sidwell1-9/+8
2017-05-16cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell1-7/+5
2017-05-05Eliminate report_diagnostic macroDavid Malcolm1-1/+1
2017-04-27parser.c (cp_parser_cast_expression): Add target type of cast to diagnostic.Volker Reichelt1-0/+4
2017-04-18PR c++/80241 - ICE with alignas pack expansion.Marek Polacek1-0/+4
2017-04-11re PR c++/80363 (#'vec_cond_expr' not supported by dump_expr#<expression error>)Jakub Jelinek1-0/+1
2017-02-09PR c++/79316 - default argument in deduction guideJason Merrill1-1/+1
2017-01-31re PR c++/79304 (diagnostic shows bogus expression ((X<T>*)this)->.c)Jakub Jelinek1-1/+2
2017-01-20C++: fix fix-it hints for misspellings within explicit namespacesDavid Malcolm1-2/+3
2017-01-09Implement P0195R2, C++17 variadic using.Jason Merrill1-4/+15
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell1-6/+4
2016-12-07Use dump_function_name rather than emit <built-in>Martin Jambor1-2/+3
2016-11-15Allow references in constant-expressions.Jason Merrill1-14/+32
2016-11-13Improve various diagnostic issues.Jason Merrill1-1/+3
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-0/+7
2016-10-21re PR c++/77656 (64-bit integral template parameter gets incorrectly sized as...Jason Merrill1-0/+4
2016-10-07Implement LWG2296 helper intrinsic c-family/Jakub Jelinek1-0/+4
2016-10-04Implement P0091R2, Template argument deduction for class templates.Jason Merrill1-6/+10
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-3/+0
2016-09-16re PR c++/77482 (Segfault when compiling ill-formed constexpr code)Jakub Jelinek1-8/+7
2016-09-01re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-3/+3
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-2/+2
2016-08-09Implement C++17 constexpr lambda.Jason Merrill1-0/+2
2016-08-04Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill1-3/+3
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-10/+28
2016-06-17decl.c (validate_constexpr_redeclaration): Change pair of errors to error + i...Paolo Carlini1-1/+5
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy1-2/+0
2016-04-14Revert empty class parameter passing ABI changes.Jason Merrill1-22/+0
2016-04-13Warn about empty parameter ABI with -Wabi=9.Jason Merrill1-0/+22
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek1-2/+2
2016-02-03PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arrayMartin Sebor1-2/+2
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm1-3/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15struct-layout-1_generate.c: Avoid generating further fields after the first f...Martin Sebor1-1/+1