aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-10c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_PNathan Sidwell1-1/+1
2020-08-31c++: Implement P1009: Array size deduction in new-expressions.Marek Polacek1-2/+2
2020-08-25c++: Fix up ptr.~PTR () handling [PR96721]Jakub Jelinek1-3/+6
2020-08-14c++: Final bit of name-lookup api simplificationNathan Sidwell1-4/+3
2020-08-14c++: Yet more name-lookup api simplificationNathan Sidwell1-2/+2
2020-08-14c++: Copy elision and [[no_unique_address]]. [PR93711]Jason Merrill1-17/+28
2020-08-14c++: More simplification of name_lookup apiNathan Sidwell1-2/+2
2020-08-13[c++]: Unconfuse lookup_name_real API a bitNathan Sidwell1-2/+3
2020-07-29c++: Implement C++20 implicit move changes. [PR91427]Jason Merrill1-1/+5
2020-07-29c++: Avoid calling const copy ctor on implicit move. [PR91212]Jason Merrill1-3/+6
2020-07-16c++: Get rid of convert_like* macros.Marek Polacek1-73/+86
2020-07-14c++: Make convert_like complain about bad ck_ref_bind again [PR95789]Marek Polacek1-16/+38
2020-07-06Exclude calls to variadic lambda stubs from -Wnonnull checking (PR c++/95984).Martin Sebor1-6/+7
2020-06-24c++: Simplify build_over_call a bit.Jason Merrill1-31/+23
2020-06-24c++: Fix ICE with using and virtual function. [PR95719]Jason Merrill1-1/+5
2020-06-20c++: Refinements to "more constrained".Jason Merrill1-5/+6
2020-06-17c++: Fix consteval operator handling.Jason Merrill1-1/+1
2020-06-16c++: Don't allow designated initializers with non-aggregates [PR95369]Marek Polacek1-0/+13
2020-06-16c++: Improve access checking inside templates [PR41437]Patrick Palka1-36/+0
2020-06-10coroutines: Make call argument handling more robust [PR95440]Iain Sandoe1-2/+2
2020-06-05c++: Make braced-init-list as template arg work with aggr init [PR95369]Marek Polacek1-1/+3
2020-06-04c++: Fix FE devirt with diamond inheritance [PR95158]Jason Merrill1-10/+12
2020-05-27c++: operator<=> and -Wzero-as-null-pointer-constant [PR95242]Jason Merrill1-0/+1
2020-05-19PR c++/94923 - False positive -Wclass-memaccess with trivially copyable std::...Martin Sebor1-2/+2
2020-05-18c++: Implement DR 1512, Pointer comparison vs qual convs [PR87699]Marek Polacek1-36/+38
2020-05-18c++: Create fewer SAVE_EXPR.Jason Merrill1-4/+3
2020-05-18c++: Don't add built-in operator for ++ on bool.Marek Polacek1-7/+11
2020-05-14c++: Missing SFINAE with lookup_fnfields [PR78446]Patrick Palka1-4/+4
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-5/+5
2020-05-11c++: Better diagnostic in converted const expr.Jason Merrill1-17/+24
2020-05-11c++: Remove LOOKUP_EXPLICIT_TMPL_ARGS.Jason Merrill1-12/+2
2020-05-07c++: Fix spelling of non-staticMarek Polacek1-1/+1
2020-04-26c++: Explicit constructor called in copy-initialization [PR90320]Marek Polacek1-5/+21
2020-04-17c, c++: Fix two redundantAssignment warnings [PR94629]Jakub Jelinek1-1/+1
2020-04-09c++: Fix wrong paren-init of aggregates interference [PR93790]Marek Polacek1-0/+14
2020-03-27c++: Avoid calls in non-evaluated contexts affect whether function can or can...Jakub Jelinek1-4/+7
2020-03-24c++: Fix wrong no post-decrement operator error in template [PR94190]Marek Polacek1-1/+4
2020-03-19c++: Avoid unnecessary empty class copy [94175].Jason Merrill1-0/+4
2020-03-13c++: Redundant -Wdeprecated-declarations warning in build_over_call [PR67960]Patrick Palka1-0/+5
2020-03-09c++: Fix convert_like in template [PR91465, PR93870, PR92031, PR94068]Marek Polacek1-0/+18
2020-03-08c++: Fix missing SFINAE when binding a bit-field to a reference (PR 93729)Patrick Palka1-9/+12
2020-02-28c++: Fix constrained conversion op.Jason Merrill1-0/+4
2020-02-26c++: Fix ICE with static_cast when converting from int[] [PR93862]Marek Polacek1-2/+1
2020-02-24c++: Fix ICE with ill-formed array list-initialization [PR93712]Marek Polacek1-8/+9
2020-02-24c++: P1937R2 - Fixing inconsistencies between const{expr,eval} functionsJakub Jelinek1-0/+2
2020-02-15c++: Fix poor diagnostic for array initializer [PR93710]Marek Polacek1-2/+3
2020-02-07c++: Fix paren init of aggregates in unevaluated context [PR92947]Marek Polacek1-1/+2
2020-01-28c++: Allow template rvalue-ref conv to bind to lvalue ref.Jason Merrill1-0/+2
2020-01-22c-family: Remove location parm from unsafe_conversion_p.Jason Merrill1-2/+2
2020-01-21PR c++/91476 - anon-namespace reference temp clash between TUs.Jason Merrill1-8/+1