aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/except.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-2/+2
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-3/+3
2018-04-12PR c++/85356 - ICE with pointer to member function.Jason Merrill1-1/+4
2018-02-15PR c++/84045 - ICE with typedef and noexcept.Jason Merrill1-0/+4
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-13Defer folding of *&.Jason Merrill1-1/+1
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-5/+5
2017-08-29Add immediate potential_constant_expression variants.Jason Merrill1-6/+12
2017-08-10PR c++/80452 - Core 1579, implicit move semantics on return/throwJason Merrill1-6/+24
2017-06-27cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...Nathan Sidwell1-1/+1
2017-06-16Don't defer noexcept_deferred_spec.Nathan Sidwell1-12/+0
2017-06-09builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New.Jan Hubicka1-3/+4
2017-05-22cp-tree.h (CPTI_TERMINATE, [...]): Rename to ...Nathan Sidwell1-134/+80
2017-05-19c-format.c (locus): Move out of function scope, add GTY attribute.Bernd Edlinger1-46/+41
2017-05-05cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value.Nathan Sidwell1-94/+127
2017-03-20PR c++/80059 - ICE with noexcept and __transaction_atomicMarek Polacek1-0/+1
2017-03-05re PR c++/70266 (ICE on invalid code on x86_64-linux-gnu: unexpected expressi...Paolo Carlini1-0/+3
2017-01-18cp-tree.h: Clarify exception spec node comment.Nathan Sidwell1-7/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-24re PR middle-end/78901 (ICE: verify_gimple failed (error: statement marked fo...Jakub Jelinek1-2/+11
2016-10-08Further P0135 refinement.Jason Merrill1-1/+1
2016-10-06C++17 copy elision improvements.Jason Merrill1-1/+1
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-150/+2
2016-09-29Implement P0001R1 - C++17 removal of register storage class specifier c-family/Jakub Jelinek1-1/+1
2016-04-28cvt.c (cp_get_callee): New.Jason Merrill1-2/+1
2016-02-19Make-lang.in: Invoke gperf with -L C++.Jakub Jelinek1-1/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-20Support __cxa_free_exception and fix exception handling.Torvald Riegel1-0/+10
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-5/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-4/+3
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-17* except.c (check_noexcept_r): Assert that fn is POINTER_TYPE_P.Jason Merrill1-1/+3
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-2/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-05c.opt (Wterminate): New.Jason Merrill1-1/+5
2015-02-12re PR sanitizer/64984 (ICE in check_noexcept_t with ubsan)Jakub Jelinek1-1/+1
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-1/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-0/+12
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-11Added Compiler Support for _Cilk_spawn and _Cilk_sync for C++.Balaji V. Iyer1-0/+18
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+0
2013-10-23In C++11 a trivial [cd]tor might not be callable.Jason Merrill1-8/+12
2013-09-07Handle noexcept on transactions with -fno-exceptionsTom de Vries1-0/+3