aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.cc
AgeCommit message (Expand)AuthorFilesLines
8 daysgcc: Remove trailing whitespaceJakub Jelinek1-14/+14
9 daysUse unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-09-24c++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for Range-based for Lo...Jakub Jelinek1-0/+6
2024-09-20c++: CWG 2789 and reversed operator candidatesPatrick Palka1-4/+7
2024-09-20c++: CWG 2789 and usings [PR116492]Patrick Palka1-34/+20
2024-09-20c++: CWG 2273 and non-constructorsPatrick Palka1-7/+4
2024-09-18c++: -Wdangling-reference diagnosticJason Merrill1-12/+11
2024-09-18c++: -Wdangling-reference and empty class [PR115361]Jason Merrill1-5/+7
2024-09-15c++: conversion locationJason Merrill1-0/+4
2024-09-10c++: mutable temps in rodata [PR116369]Marek Polacek1-1/+3
2024-08-28c++: wrong error due to std::initializer_list opt [PR116476]Marek Polacek1-1/+5
2024-08-24c++, coroutines: Separate allocator work from the ramp body build.Iain Sandoe1-5/+29
2024-08-14c++: ICE with NSDMIs and fn arguments [PR116015]Marek Polacek1-2/+5
2024-08-09c++: inherited CTAD fixes [PR116276]Patrick Palka1-1/+26
2024-08-07c++: Fix ICE on valid involving variadic constructor [PR111592]Simon Martin1-0/+1
2024-08-05c++: fix -Wdangling-reference false positive [PR115987]Marek Polacek1-2/+12
2024-07-19c++: xobj fn call without obj [PR115783]Patrick Palka1-1/+1
2024-07-13diagnostics: add highlight-a vs highlight-b in colorization and pp_markupDavid Malcolm1-21/+54
2024-06-28c++: bad 'this' conversion for nullary memfn [PR106760]Patrick Palka1-1/+2
2024-06-13c++: ICE w/ ambig and non-strictly-viable cands [PR115239]Patrick Palka1-1/+2
2024-05-28c++: mark TARGET_EXPRs for function arguments eliding [PR114707]Marek Polacek1-0/+4
2024-05-28Fix bootstrap on AIX by adding c-family/c-type-mismatch.cc [PR115167]David Malcolm1-1/+1
2024-05-15c++: ICE with reference NSDMI [PR114854]Marek Polacek1-5/+1
2024-05-08c++/modules: Stream unmergeable temporaries by value again [PR114856]Nathaniel Shead1-0/+3
2024-05-01c++: drop in-charge for dtors without vbasesJason Merrill1-1/+3
2024-04-12c++: reference cast, conversion fn [PR113141]Jason Merrill1-1/+11
2024-04-12c++: reference list-init, conversion fn [PR113141]Jason Merrill1-4/+17
2024-04-02c++: binding reference to comma expr [PR114561]Jason Merrill1-14/+9
2024-03-01c++: implement [[gnu::no_dangling]] [PR110358]Marek Polacek1-6/+32
2024-02-29c++: -Wuninitialized when binding a ref to uninit DM [PR113987]Marek Polacek1-0/+24
2024-02-01c++: -Wdangling-reference tweak to unbreak aarch64Marek Polacek1-5/+3
2024-01-30c++: avoid -Wdangling-reference for std::span-like classes [PR110358]Marek Polacek1-0/+18
2024-01-30c++: duplicated side effects of xobj arg [PR113640]Patrick Palka1-1/+1
2024-01-24c++: ambiguous member lookup for rewritten cands [PR113529]Patrick Palka1-6/+15
2024-01-23c++: -Wdangling-reference and lambda false warning [PR109640]Marek Polacek1-3/+6
2024-01-12c++: cand_parms_match and reversed candidatesJason Merrill1-20/+56
2024-01-11c++: corresponding object parms [PR113191]Jason Merrill1-24/+60
2024-01-09c++: adjust accessor fixits for explicit object parmJason Merrill1-2/+1
2024-01-09c++: explicit object cleanupsJason Merrill1-12/+12
2024-01-09c++: P0847R7 (deducing this) - initial functionality. [PR102609]waffl3x1-73/+111
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x1-12/+13
2024-01-03c++: bad direct reference binding via conv fn [PR113064]Patrick Palka1-4/+18
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-13c++: note other candidates when diagnosing deletednessPatrick Palka1-1/+18
2023-12-13c++: remember candidates that we ignoredPatrick Palka1-34/+112
2023-12-13c++: sort candidates according to viabilityPatrick Palka1-74/+103
2023-12-13c-family: rename warn_for_address_or_pointer_of_packed_memberJason Merrill1-1/+1
2023-12-12tree: add to clobber_kindJason Merrill1-1/+1
2023-12-11c++: Fix noexcept checking for trivial operations [PR96090]Nathaniel Shead1-8/+9
2023-12-04c++: implement P2564, consteval needs to propagate up [PR107687]Marek Polacek1-1/+1