Age | Commit message (Expand) | Author | Files | Lines |
2020-11-06 | c++: Small tweak to can_convert_eh [PR81660] | Marek Polacek | 1 | -6/+8 |
2020-11-05 | c++: Add auto_diagnostic_group to check_handlers_1. | Marek Polacek | 1 | -0/+1 |
2020-11-05 | c++: Add -Wexceptions warning option [PR97675] | Marek Polacek | 1 | -5/+4 |
2020-07-29 | c++: Implement C++20 implicit move changes. [PR91427] | Jason Merrill | 1 | -12/+16 |
2020-07-06 | c++: Always use pushdecl for exception library helpers | Nathan Sidwell | 1 | -120/+42 |
2020-05-14 | c++: Missing SFINAE with lookup_fnfields [PR78446] | Patrick Palka | 1 | -1/+2 |
2020-03-23 | c++: Avoid a suspicious -Wnoexcept warning [PR93805] | Patrick Palka | 1 | -1/+4 |
2020-03-09 | c++: Fix convert_like in template [PR91465, PR93870, PR92031, PR94068] | Marek Polacek | 1 | -3/+1 |
2020-01-26 | c++: Fix -Wnoexcept handling of system headers (PR90992). | Jason Merrill | 1 | -6/+10 |
2020-01-19 | PR c++/33799 - destroy return value, take 2. | Jason Merrill | 1 | -0/+72 |
2020-01-13 | PR c++/92746 - ICE with noexcept of function concept check. | Jason Merrill | 1 | -0/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-18 | typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th... | Paolo Carlini | 1 | -27/+11 |
2019-12-06 | [C++] Pass type uses through the verify_type_context hook | Richard Sandiford | 1 | -0/+5 |
2019-10-24 | [C++ PATCH] 'std' identifier not needed | Nathan Sidwell | 1 | -2/+2 |
2019-06-22 | PR c++/86476 - noexcept-specifier is a complete-class context. | Marek Polacek | 1 | -0/+1 |
2019-06-21 | PR c++/90490 - fix decltype issues in noexcept-specifier. | Marek Polacek | 1 | -1/+3 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -1/+1 |
2019-05-13 | Use releasing_vec more broadly. | Jason Merrill | 1 | -5/+2 |
2019-04-12 | PR c++/87603 - constexpr functions are no longer noexcept. | Marek Polacek | 1 | -5/+8 |
2019-04-12 | except.c (build_noexcept_spec): Use build_converted_constant_bool_expr instea... | Marek Polacek | 1 | -3/+1 |
2019-03-11 | Wrap option names in gcc internal messages with %< and %>. | Martin Liska | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-16 | re PR c++/88482 (ICE when wrongly declaring __cxa_allocate_exception) | Jakub Jelinek | 1 | -30/+123 |
2018-12-06 | [PR86397] resolve nondependent noexcept specs early in C++1[14] | Alexandre Oliva | 1 | -4/+1 |
2018-11-28 | except.c (do_allocate_exception): Annotate __cxa_allocate_exception as COLD. | Jan Hubicka | 1 | -1/+1 |
2018-09-24 | cp-tree.h (build_noexcept_spec, [...]): Adjust declarations. | Marek Polacek | 1 | -1/+1 |
2018-09-05 | cp-tree.h (treat_lvalue_as_rvalue_p): Declare. | Marek Polacek | 1 | -5/+2 |
2018-05-24 | cp-tree.h (INDIRECT_TYPE_P): New. | Paolo Carlini | 1 | -2/+2 |
2018-05-14 | cp-tree.h (TYPE_REF_P): New. | Paolo Carlini | 1 | -3/+3 |
2018-04-12 | PR c++/85356 - ICE with pointer to member function. | Jason Merrill | 1 | -1/+4 |
2018-02-15 | PR c++/84045 - ICE with typedef and noexcept. | Jason Merrill | 1 | -0/+4 |
2018-01-10 | Preserving locations for variable-uses and constants (PR c++/43486) | David Malcolm | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-13 | Defer folding of *&. | Jason Merrill | 1 | -1/+1 |
2017-10-05 | [C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUE | Nathan Sidwell | 1 | -5/+5 |
2017-08-29 | Add immediate potential_constant_expression variants. | Jason Merrill | 1 | -6/+12 |
2017-08-10 | PR c++/80452 - Core 1579, implicit move semantics on return/throw | Jason Merrill | 1 | -6/+24 |
2017-06-27 | cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2017-06-16 | Don't defer noexcept_deferred_spec. | Nathan Sidwell | 1 | -12/+0 |
2017-06-09 | builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST, [...]): New. | Jan Hubicka | 1 | -3/+4 |
2017-05-22 | cp-tree.h (CPTI_TERMINATE, [...]): Rename to ... | Nathan Sidwell | 1 | -134/+80 |
2017-05-19 | c-format.c (locus): Move out of function scope, add GTY attribute. | Bernd Edlinger | 1 | -46/+41 |
2017-05-05 | cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value. | Nathan Sidwell | 1 | -94/+127 |
2017-03-20 | PR c++/80059 - ICE with noexcept and __transaction_atomic | Marek Polacek | 1 | -0/+1 |
2017-03-05 | re PR c++/70266 (ICE on invalid code on x86_64-linux-gnu: unexpected expressi... | Paolo Carlini | 1 | -0/+3 |
2017-01-18 | cp-tree.h: Clarify exception spec node comment. | Nathan Sidwell | 1 | -7/+9 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-24 | re PR middle-end/78901 (ICE: verify_gimple failed (error: statement marked fo... | Jakub Jelinek | 1 | -2/+11 |
2016-10-08 | Further P0135 refinement. | Jason Merrill | 1 | -1/+1 |