summaryrefslogtreecommitdiff
path: root/gcc/cp/error.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement N3653 (Member initializers and aggregates) and fixjason2014-10-271-0/+4
* In cp/error.c, I separate the initialization of the diagnostic contextmanu2014-10-261-7/+33
* cp/paolo2014-09-301-10/+0
* * decl.c (poplevel): Don't warn about unused vars in template scope.jason2014-09-221-0/+12
* /cppaolo2014-08-251-1/+5
* gcc/ChangeLog:manu2014-08-201-10/+1
* remove pointer-set.[ch]tbsaunde2014-08-071-1/+0
* add a hash_set based on hash_tabletbsaunde2014-08-021-4/+4
* PR c++/61433jason2014-06-271-0/+5
* /cppaolo2014-06-141-2/+3
* gcc/rsandifo2014-05-211-0/+1
* PR ipa/60761jakub2014-04-101-1/+6
* /cppaolo2014-03-011-1/+1
* 2014-01-30 Paolo Carlini <paolo.carlini@oracle.com>paolo2014-01-301-1/+1
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Remove macros that implicitly use input_locationdmalcolm2013-11-221-3/+3
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+1
* gcc/ada/rsandifo2013-11-181-1/+1
* gcc/c-family/rsandifo2013-11-181-2/+2
* gcc/ada/rsandifo2013-11-181-2/+2
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-1/+0
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-0/+1
* c-family/jason2013-10-231-1/+13
* * error.c (dump_exception_spec): Print "noexcept" rather thanjason2013-10-161-7/+10
* gcc/pmatos2013-10-161-1/+1
* 2013-09-10 Jan Hubicka <jh@suse.cz>paolo2013-09-101-2/+4
* /cppaolo2013-09-091-3/+1
* 2013-09-09 Paolo Carlini <paolo.carlini@oracle.com>paolo2013-09-091-4/+7
* c/gdr2013-09-031-5/+5
* Merge ubsan into trunk.mpolacek2013-08-301-0/+7
* c-family/gdr2013-08-301-3/+3
* Support dumping type bindings and 'mutable' qualifier in lambda diagnostics.abutcher2013-08-291-27/+46
* * diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer.gdr2013-08-231-1/+1
* * pretty-print.h (output_buffer::output_buffer): Declare.gdr2013-08-221-2/+3
* * error.c (pp_ggc_formatted_text): New.gdr2013-08-201-14/+22
* * error.c (dump_scope): Add a cxx_pretty_printer parameter.gdr2013-08-171-629/+641
* * pretty-print.h (pp_base): Remove. Adjust dependent macros.gdr2013-08-051-34/+33
* * pretty-print.h (pp_bar_bar): New.gdr2013-08-041-6/+6
* * pretty-print.h (pp_underscore): New.gdr2013-08-031-5/+5
* Implemented Cilk Plus Array Notation for C++ bviyer2013-06-211-0/+22