summaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* adaamacleod2015-10-291-3/+2
* Implement N4514, C++ Extensions for Transactional Memory.jason2015-10-041-0/+8
* PR c++/67108jason2015-08-121-0/+5
* PR c++/67161jason2015-08-121-1/+2
* Add C++ Concepts TS support.jason2015-08-071-0/+46
* Fix PR c++/30044ppalka2015-07-101-0/+8
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-1/+0
* * call.c (set_up_extended_ref_temp): Use VAR_P.mpolacek2015-06-271-1/+1
* * tree.h (merge_dllimport_decl_attributes, handle_dll_attribute):amacleod2015-06-171-1/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* * cp-tree.h (init_error): Remove declaration.jason2015-06-021-12/+2
* gcc/fortran/ChangeLog:manu2015-05-161-6/+3
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+9
* Update copyright years.jakub2015-01-051-1/+1
* PR sanitizer/63956mpolacek2014-12-011-0/+9
* Allow partial specialization of variable templates.jason2014-11-261-1/+3
* * error.c (dump_expr): Avoid printing (*&i) for references.jason2014-11-211-1/+7