summaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/82373jakub2017-10-041-2/+3
* PR c/81117 - Improve buffer overflow checking in strncpy - part 1msebor2017-08-141-1/+7
* PR c++/81359 - Unparsed NSDMI error from SFINAE context.jason2017-08-091-0/+2
* * parser.c (cp_parser_cast_expression): Use %q#T instead of %qTreichelt2017-07-161-4/+0
* * constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR handling.jason2017-06-291-1/+0
* Reorder IDENTIFIER flagsnathan2017-06-221-1/+1
* * error.c (dump_expr): Use is_this_parameter.jason2017-06-111-5/+2
* C++ template type diff printingdmalcolm2017-05-301-3/+450
* * cp-tree.def (OVERLOAD): Fix comment.nathan2017-05-301-4/+3
* -Wunused and C++17 structured bindingsjason2017-05-241-0/+2
* * call.c (add_list_candidates): Use OVL_FIRST.nathan2017-05-191-9/+8
* * cp-tree.h (OVL_FIRST, OVL_NAME): New.nathan2017-05-161-7/+5
* Eliminate report_diagnostic macrodmalcolm2017-05-051-1/+1
* * parser.c (cp_parser_cast_expression): Add target type of cast toreichelt2017-04-271-0/+4
* PR c++/80241 - ICE with alignas pack expansion.mpolacek2017-04-181-0/+4
* PR c++/80363jakub2017-04-111-0/+1
* PR c++/79316 - default argument in deduction guidejason2017-02-091-1/+1
* PR c++/79304jakub2017-01-311-1/+2
* C++: fix fix-it hints for misspellings within explicit namespacesdmalcolm2017-01-201-2/+3
* Implement P0195R2, C++17 variadic using.jason2017-01-091-4/+15
* Update copyright years.jakub2017-01-011-1/+1
* cp/nathan2016-12-131-6/+4
* Use dump_function_name rather than emit <built-in>jamborm2016-12-071-2/+3
* Allow references in constant-expressions.jason2016-11-151-14/+32
* Improve various diagnostic issues.jason2016-11-141-1/+3
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-021-0/+7
* PR c++/77656jason2016-10-211-0/+4
* Implement LWG2296 helper intrinsicjakub2016-10-071-0/+4
* Implement P0091R2, Template argument deduction for class templates.jason2016-10-041-6/+10
* * doc/extend.texi (Java Exceptions): Remove.jakub2016-10-041-3/+0
* PR c++/77482jakub2016-09-161-8/+7
* PR c/7652mpolacek2016-09-011-3/+3
* PR c/7652mpolacek2016-08-121-2/+2
* Implement C++17 constexpr lambda.jason2016-08-091-0/+2
* Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.jason2016-08-041-3/+3
* Improving concepts performance and diagnostics.jason2016-07-211-10/+28
* /cppaolo2016-06-171-1/+5
* [PATCH 1/2] (header usage fix) remove unused system header includesnsz2016-04-221-2/+0
* Revert empty class parameter passing ABI changes.jason2016-04-141-22/+0
* Warn about empty parameter ABI with -Wabi=9.jason2016-04-131-0/+22
* * cgraph.c: Spelling fixes - behaviour -> behavior andjakub2016-02-111-2/+2
* PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arraymsebor2016-02-041-2/+2
* PR other/69006: fix extra newlines after diagnosticsdmalcolm2016-01-261-3/+2
* Update copyright years.jakub2016-01-041-1/+1
* gcc/testsuite/ChangeLog:msebor2015-12-151-1/+1
* PR c++/68760jakub2015-12-071-1/+1
* Source range tracking in libcpp and C FE, with bit-packing optimizationdmalcolm2015-11-131-1/+1
* adaamacleod2015-11-111-4/+0
* Reimplement diagnostic_show_locus, introducing rich_location classesdmalcolm2015-11-061-2/+3
* Implement multiple 'auto' feature from Concepts TS.jason2015-10-311-1/+3