]> gcc.gnu.org Git - gcc.git/history - gcc/cp/call.cc
c++: print conversion error at candidate location
[gcc.git] / gcc / cp / call.cc
2023-04-27 Jason Merrillc++: print conversion error at candidate location
2023-03-30 Jakub Jelinekc++: Avoid informs without a warning [PR109278]
2023-03-23 Marek Polacekc++: further -Wdangling-reference refinement [PR107532]
2023-03-22 Alex Coplanc++: Avoid duplicate diagnostic calling unavailable...
2023-03-20 Marek Polacekc++: explicit ctor and list-initialization [PR109159]
2023-03-13 Marek Polacekc++: suppress -Wdangling-reference for std::span [PR107532]
2023-03-07 Marek Polacekc++: -Wdangling-reference with reference wrapper [PR107532]
2023-02-15 Marek Polacekc++: fix ICE in joust_maybe_elide_copy [PR106675]
2023-02-10 Marek Polacekc++: ICE initing lifetime-extended constexpr var [PR107079]
2023-02-01 Marek Polacekc++: ICE with -Wlogical-op [PR107755]
2023-01-23 Jason Merrillc++: vector of class with bool ctor [PR108195]
2023-01-23 Jason Merrillc++: lifetime extension with .* expression [PR53288]
2023-01-19 Jakub Jelinekc++: Fix up handling of non-dependent subscript with...
2023-01-16 Jakub JelinekUpdate copyright years.
2023-01-13 Jakub Jelinekc++: Avoid some false positive -Wfloat-conversion warni...
2023-01-09 Jakub Jelinekc++: Only do maybe_init_list_as_range optimization...
2022-12-15 Jason Merrillc++: fix initializer_list transformation [PR108071]
2022-12-12 Jason MerrillRevert "c++: build initializer_list<string> in a loop...
2022-12-08 Jason Merrillc++: build initializer_list<string> in a loop [PR105838]
2022-12-08 Jason Merrillc++: avoid initializer_list<string> [PR105838]
2022-11-16 Jakub Jelinekc++: Fix up calls to static operator() or operator...
2022-11-15 Jakub Jelinekc++: Implement C++23 P2589R1 - - static operator[]
2022-11-15 Marek Polacekc++: Disable -Wdangling-reference when initing T&
2022-11-10 Marek Polacekc++: Extend -Wdangling-reference for std::minmax
2022-11-08 Jason Merrillc++: implement P2468R2, the equality operator you are...
2022-11-03 Marek Polacekc++: Quash -Wdangling-reference for member operator...
2022-10-28 Marek Polacekc++: -Wdangling-reference and system headers
2022-10-26 Marek Polacekc++: Implement -Wdangling-reference [PR106393]
2022-10-14 Jakub Jelinekc++: Excess precision for ? int : float or int == float...
2022-10-14 Jakub Jelinekc++: Implement excess precision support for C++ [PR1070...
2022-10-12 Marek Polacekc++: Remove maybe-rvalue OR in implicit move
2022-10-12 Jason Merrillc++: defer all consteval in default args [DR2631]
2022-10-08 Jason Merrillc++: track whether we expect a TARGET_EXPR to be elided
2022-10-07 Marek Polacekc++: fixes for derived-to-base reference binding [PR107085]
2022-09-29 Jason Merrillc++: fix class-valued ?: extension
2022-09-29 Jason Merrillc++: reduce temporaries in ?:
2022-09-27 Marek Polacekc++: Implement C++23 P2266R1, Simpler implicit move...
2022-09-27 Jakub Jelinekc++: Implement C++23 P1169R4 - static operator() [PR106651]
2022-09-27 Jakub Jelinekc++: Implement P1467R9 - Extended floating-point types...
2022-09-12 Patrick Palkac++: remove '_sfinae' suffix from functions
2022-08-25 Jason Merrillc++: block copy elision in delegating ctor
2022-08-17 Marek Polacekc++: Extend -Wpessimizing-move to other contexts
2022-07-19 Patrick Palkac++: shortcut bad reference binding [PR94894]
2022-07-15 Marek Polacekc++: Add __reference_con{struc,ver}ts_from_temporary...
2022-07-01 Jason Merrillc++: tweak resolve_args change
2022-06-23 Jason Merrillc++: designated init cleanup [PR105925]
2022-06-01 Jason Merrillc++: auto function as function argument [PR105779]
2022-05-31 Patrick Palkac++: non-dep call with empty TYPE_BINFO [PR105758]
2022-05-18 Marek Polacekc++: fix SIGFPE with -Wclass-memaccess [PR105634]
2022-05-09 Patrick Palkac++: constexpr init of union sub-aggr w/ base [PR105491]
2022-04-29 Zhao Wei Liewc++: Add diagnostic when operator= is used as truth...
2022-04-20 Ed Catmurc++: Fall through for arrays of T vs T cv [PR104996]
2022-04-13 Marek Polacekc++: ambiguous call not diagnosed after DR2352 [PR97296]
2022-04-11 Jason Merrillc++: operator new lookup [PR98249]
2022-03-28 Jason Merrillc++: missing aggregate base ctor [PR102045]
2022-03-26 Patrick Palkac++: ICE when building builtin operator->* set [PR103455]
2022-03-24 Patrick Palkac++: missing SFINAE for non-constant consteval calls...
2022-03-14 Jakub Jelinekc++: Reject __builtin_clear_padding on non-trivially...
2022-03-12 Patrick Palkac++: ICE with bad conversion shortcutting [PR104622]
2022-02-09 Patrick Palkac++: memfn lookup consistency and using-decls [PR104432]
2022-01-27 Patrick Palkac++: non-dependent immediate member fn call [PR99895]
2022-01-25 Jason Merrillc++: assignment to temporary [PR59950]
2022-01-23 Jason Merrillc++: constexpr and -fno-elide-constructors [PR101072]
2022-01-17 Martin LiskaRename .c files to .cc files.
This page took 7.46369 seconds and 72 git commands to generate.