summaryrefslogtreecommitdiff
path: root/gcc/cp/method.cc
AgeCommit message (Expand)Author
2025-08-23c++/modules: Provide definitions of synthesized methods outside their definin...Nathaniel Shead
2025-07-31c++: Don't assume trait funcs return error_mark_node when tf_error is passed ...Nathaniel Shead
2025-07-25diagnostics: convert diagnostic_t to enum class diagnostics::kindDavid Malcolm
2025-07-25c++: Unwrap type traits defined in terms of builtins within diagnostics [PR11...Nathaniel Shead
2025-07-23c++: fix __is_invocable for std::reference_wrapper [PR121055]Patrick Palka
2025-06-27c++: Implement C++26 P3533R2 - constexpr virtual inheritance [PR120777]Jakub Jelinek
2025-06-26c++, libstdc++: Implement C++26 P2830R10 - Constexpr Type OrderingJakub Jelinek
2025-06-02c++: more __is_destructible fixes [PR107600]Jason Merrill
2025-06-02c++: __is_destructible fixes [PR107600]Jason Merrill
2025-05-28c++: add __is_*destructible builtins [PR107600]Jason Merrill
2025-05-13c++: Allow -Wvirtual-move-assign to be more easily ignoredOwen Avery
2025-02-25c++: Fix range for with PMFs [PR118923]Jakub Jelinek
2025-01-15c++: Delete defaulted operator <=> if std::strong_ordering::equal doesn't con...Jakub Jelinek
2025-01-10c++: Fix ICE with invalid defaulted operator <=> [PR118387]Jakub Jelinek
2025-01-08c++: print stub object as std::declvalJason Merrill
2025-01-02Update copyright years.Jakub Jelinek
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-09-19c++: deleting explicitly-defaulted functions [PR116162]Marek Polacek
2024-09-12c++: Disable deprecated/unavailable diagnostics when creating thunks for meth...Jakub Jelinek
2024-09-05c++: Add missing auto_diagnostic_groupsNathaniel Shead
2024-05-10c++: Implement __is_invocable built-in traitKen Matsui
2024-04-23c++: Copy over DECL_DISREGARD_INLINE_LIMITS flag to inheriting ctors [PR114784]Jakub Jelinek
2024-02-14c++: synthesized_method_walk context independence [PR113908]Patrick Palka
2024-02-06c++: add auto_diagnostic_group to early_check_defaulted_comparisonMarek Polacek
2024-02-05c++: defaulted op== for incomplete class [PR107291]Jason Merrill
2024-01-11c++: corresponding object parms [PR113191]Jason Merrill
2024-01-09c++: explicit object cleanupsJason Merrill
2024-01-09c++: P0847R7 (deducing this) - CWG2586 [PR102609]waffl3x
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x
2024-01-03Update copyright years.Jakub Jelinek
2023-12-19c++: local class memfn synth from uneval context [PR113063]Patrick Palka
2023-12-11c++: Fix noexcept checking for trivial operations [PR96090]Nathaniel Shead
2023-09-19c++: extend cold, hot attributes to classesJavier Martinez
2023-08-04frontend: Add novector C++ pragmaTamar Christina
2023-06-28c++: inherited constructor attributesJason Merrill
2023-06-09c++: fix 32-bit spaceship failures [PR110185]Jason Merrill
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer
2023-05-10c++: wrong std::is_convertible with cv-qual fn [PR109680]Marek Polacek
2023-04-20c++: use TREE_VEC for trailing args of variadic built-in traitsPatrick Palka
2023-01-16Update copyright years.Jakub Jelinek
2022-12-02c++: Set the locus of the function result declBernhard Reutner-Fischer
2022-11-16c++: P2448 - Relaxing some constexpr restrictions [PR106649]Marek Polacek
2022-10-07c++: track whether we expect a TARGET_EXPR to be elidedJason Merrill
2022-10-07c++: fixes for derived-to-base reference binding [PR107085]Marek Polacek
2022-09-27c++: Make __is_{,nothrow_}convertible SFINAE on access [PR107049]Jonathan Wakely
2022-09-26c++: Instantiate less when evaluating __is_convertibleMarek Polacek
2022-09-23c++: Implement __is_{nothrow_,}convertible [PR106784]Marek Polacek
2022-07-21c++: defaulted ctor with DMI in union [PR94823]Jason Merrill
2022-07-15c++: Add __reference_con{struc,ver}ts_from_temporary [PR104477]Marek Polacek