aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)Author
2017-10-10 More delayed lambda capture fixes.Jason Merrill
2017-10-05 * call.c (convert_arg_to_ellipsis): Use the result of force_rvalue.Jason Merrill
2017-10-04 * call.c (convert_arg_to_ellipsis): Correct comment about passingNathan Sidwell
2017-09-28 PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill
2017-09-28Small lambda fixes.Jason Merrill
2017-09-22C++: underline parameters in mismatching function callsDavid Malcolm
2017-09-15 * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentJakub Jelinek
2017-09-06 * name-lookup.h (lookup_fnfields_slot_nolazy,Nathan Sidwell
2017-08-30 PR c++/82030 - ICE inheriting from multiple lambdasJason Merrill
2017-08-29 PR c++/81236 - ICE with template-id in generic lambdaJason Merrill
2017-08-29 PR c++/80767 - unnecessary instantiation of generic lambdaJason Merrill
2017-08-29 Instantiate default arguments/member initializers once.Jason Merrill
2017-08-29 Fix default argument conversion failure and SFINAE.Jason Merrill
2017-08-21c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm
2017-08-10 PR c++/80452 - Core 1579, implicit move semantics on return/throwJason Merrill
2017-08-09 PR c++/81359 - Unparsed NSDMI error from SFINAE context.Jason Merrill
2017-08-08.Martin Liska
2017-08-02 PR c++/81640Jakub Jelinek
2017-07-21 * call.c (add_candidates): Move decls to initialization. Don'tNathan Sidwell
2017-06-30 * call.c (build_new_method_call_1): Use constructo_name to getNathan Sidwell
2017-06-29 * call.c (check_dtor_name): Use constructor_name for enums too.Nathan Sidwell
2017-06-29 Whitespace cleanups.Nathan Sidwell
2017-06-26PR c++/81169 - -Wclass-memaccess illegitimate warning related to volatileMartin Sebor
2017-06-26 gcc/cp/Nathan Sidwell
2017-06-22 Reorder IDENTIFIER flagsNathan Sidwell
2017-06-20 PR c++/80972 - C++17 ICE with attribute packed.Jason Merrill
2017-06-17 PR c++/81045 - Wrong type-dependence with auto return type.Jason Merrill
2017-06-16PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor
2017-06-10Missing bits from N4268, constant evaluation for all non-type args.Jason Merrill
2017-06-10Overhaul pointer-to-member conversion and template argument handling.Jason Merrill
2017-06-09Don't fold conversion from a constant variable.Jason Merrill
2017-05-30C++ template type diff printingDavid Malcolm
2017-05-26 gcc/cp/Nathan Sidwell
2017-05-24PR c/80731 - poor -Woverflow warningsMartin Sebor
2017-05-19 * call.c (add_list_candidates): Use OVL_FIRST.Nathan Sidwell
2017-05-16C++: fix-it hints suggesting accessors for private fieldsDavid Malcolm
2017-05-16 * call.c (build_user_type_conversion_1): Use OVL_FIRST.Nathan Sidwell
2017-05-10 * cp-tree.h (build_new_function_call): Lose koenig_p arg. FixNathan Sidwell
2017-05-09 PR c++/70167 - array prvalue treated as lvalueJason Merrill
2017-05-08 PR c++/80178 - parameter passing for uncopyable classesJason Merrill
2017-05-07 PR translation/80280Volker Reichelt
2017-05-05 * call.c (make_temporary_var_for_ref_to_temp): Push decl intoNathan Sidwell
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor
2017-05-04 More global trees.Nathan Sidwell
2017-04-07 PR c++/80095Marek Polacek
2017-03-23 PR c++/77563 - missing ambiguous conversion error.Jason Merrill
2017-03-06 PR c++/79796 - ICE with NSDMI and this pointerMarek Polacek
2017-03-04 Core issues 2273 and 2277Jason Merrill
2017-03-03 Update overload resolution with deduction guides.Jason Merrill
2017-02-28 Class template argument deduction refinementsJason Merrill