Age | Commit message (Expand) | Author | Files | Lines |
2020-10-14 | c++: DECL_FRIEND_P cleanup | Nathan Sidwell | 1 | -2/+3 |
2020-10-02 | c++: cleanup ctor_omit_inherited_parms [PR97268] | Nathan Sidwell | 1 | -126/+133 |
2020-09-09 | c++: Fix resolving the address of overloaded pmf [PR96647] | Patrick Palka | 1 | -0/+13 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -2/+3 |
2020-07-31 | Set and test no-warning bit to avoid -Wnonnull for synthesized expressions. | Martin Sebor | 1 | -2/+8 |
2020-07-28 | c++: better fixup_type_variants | Nathan Sidwell | 1 | -6/+4 |
2020-07-27 | c++: Name as_base type | Nathan Sidwell | 1 | -2/+7 |
2020-07-22 | c++: Don't add enums to class's decl_list | Nathan Sidwell | 1 | -5/+8 |
2020-07-14 | c++: Refactor some class fns | Nathan Sidwell | 1 | -16/+17 |
2020-07-14 | c++: Comments & formatting | Nathan Sidwell | 1 | -4/+8 |
2020-07-10 | c++: [[no_unique_address]] fixes. [PR96105] | Jason Merrill | 1 | -7/+20 |
2020-07-01 | c++: Expose cloning form predicates | Nathan Sidwell | 1 | -27/+41 |
2020-06-30 | c++: Tweak function cloning names | Nathan Sidwell | 1 | -7/+15 |
2020-06-24 | c++: Fix ICE with using and virtual function. [PR95719] | Jason Merrill | 1 | -0/+4 |
2020-06-17 | c++: implicit operator== adjustments from P2002. | Jason Merrill | 1 | -29/+57 |
2020-06-04 | c++: Fix FE devirt with diamond inheritance [PR95158] | Jason Merrill | 1 | -0/+14 |
2020-06-01 | c++: vptr ubsan and object of known type [PR95466] | Jason Merrill | 1 | -6/+2 |
2020-05-29 | c++: P0848R3 and member function templates [PR95181] | Patrick Palka | 1 | -4/+11 |
2020-05-29 | c++: vptr ubsan and derived class [PR95311]. | Jason Merrill | 1 | -2/+6 |
2020-05-14 | c++: Missing SFINAE with lookup_fnfields [PR78446] | Patrick Palka | 1 | -1/+1 |
2020-05-13 | c++: Replace "C++2a" with "C++20". | Jason Merrill | 1 | -5/+5 |
2020-05-07 | c++: Fix spelling of non-static | Marek Polacek | 1 | -4/+4 |
2020-04-29 | c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout ... | Jakub Jelinek | 1 | -1/+5 |
2020-04-22 | c++: Change -Weffc++ diagnostic to use "declare" (PR 94698) | Jonathan Wakely | 1 | -2/+2 |
2020-04-22 | c++: Fix misuse of "override" in -Weffc++ warnings (PR 94698) | Jonathan Wakely | 1 | -2/+2 |
2020-03-26 | c++: Fix up user_provided_p [PR81349] | Jakub Jelinek | 1 | -6/+4 |
2020-03-09 | c++: Fix ABI issue with alignas on armv7hl [PR94050] | Marek Polacek | 1 | -0/+4 |
2020-02-27 | Fix broken type comparison assert | Nathan Sidwell | 1 | -2/+2 |
2020-02-26 | coroutines: Amend parameter handling to match n4849. | Iain Sandoe | 1 | -0/+13 |
2020-02-21 | PR c++/93753 - ICE on a flexible array followed by a member in an anonymous s... | Martin Sebor | 1 | -0/+2 |
2020-02-14 | c++: Fix thinko in enum_min_precision [PR61414] | Jakub Jelinek | 1 | -1/+1 |
2020-02-12 | c++: Fix implicit friend operator==. | Jason Merrill | 1 | -1/+5 |
2020-01-14 | PR c++/92590 - wrong handling of inherited default ctor. | Jason Merrill | 1 | -2/+3 |
2020-01-06 | PR c++/92552 - ICE with inherited constrained default ctor. | Jason Merrill | 1 | -1/+0 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-11 | re PR c++/92869 (C++17 wrongly reports aggregate type as not-aggregate (when ... | Jakub Jelinek | 1 | -1/+7 |
2019-12-10 | Fix C++20 structural type vs. private base. | Jason Merrill | 1 | -18/+36 |
2019-12-05 | PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts. | Marek Polacek | 1 | -2/+8 |
2019-11-26 | re PR c++/61414 (enum class bitfield size-checking needs a separate warning f... | Jakub Jelinek | 1 | -1/+55 |
2019-11-15 | Implement P1816R0, class template argument deduction for aggregates. | Jason Merrill | 1 | -1/+13 |
2019-11-06 | Implement D1907R1 "structural type". | Jason Merrill | 1 | -3/+6 |
2019-11-05 | Implement C++20 operator<=>. | Jason Merrill | 1 | -0/+49 |
2019-11-01 | [C++ PATCH] cleanup check_field_decls | Nathan Sidwell | 1 | -139/+141 |
2019-10-30 | cp-tree.h (omp_declare_variant_finalize, [...]): Declare. | Jakub Jelinek | 1 | -0/+8 |
2019-10-15 | [C++ PATCH] clone_function_decl breakup | Nathan Sidwell | 1 | -26/+37 |
2019-10-15 | [C++ PATCH] build_clone cleanup | Nathan Sidwell | 1 | -15/+12 |
2019-10-09 | Update the concepts implementation to conform to C++20. | Jason Merrill | 1 | -0/+3 |
2019-10-05 | PR c++/91369 - Implement P0784R7: constexpr new | Jakub Jelinek | 1 | -4/+40 |
2019-09-28 | PR c++/91921 - stray warning with -Woverloaded-virtual. | Marek Polacek | 1 | -5/+5 |
2019-09-15 | [C++ PATCH] simplify clone predicate | Nathan Sidwell | 1 | -37/+0 |