aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cvt.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-05cp-tree.h (cp_expr_loc_or_input_loc): New.Paolo Carlini1-6/+6
2019-06-22PR c++/90881 - bogus -Wunused-value in unevaluated context.Marek Polacek1-1/+2
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-5/+5
2019-05-13Use releasing_vec more broadly.Jason Merrill1-4/+2
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini1-2/+1
2019-03-11Wrap apostrophes in gcc internal format with %'.Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1
2019-01-17[PR88146] avoid diagnostics diffs if cdtor_returns_thisAlexandre Oliva1-0/+10
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-8/+14
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-05Fix various latent issues revealed by P0732 work.Jason Merrill1-1/+9
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+3
2018-06-18tree.c (cp_expr_location): New.Jason Merrill1-6/+6
2018-06-03PR c++/85739 - ICE with pointer to member template parm.Jason Merrill1-2/+3
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-5/+5
2018-05-23Fix cast to rvalue reference from prvalue.Jason Merrill1-1/+2
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-10/+9
2018-05-05cvt.c (ocp_convert): Early handle the special case of a null_ptr_cst_p expr c...Paolo Carlini1-6/+9
2018-04-27cvt.c (cp_fold_convert): Use convert_ptrmem.Jason Merrill1-5/+9
2018-04-27PR c++/85545 - ICE with noexcept PMF conversion.Jason Merrill1-3/+5
2018-04-26PR c++/85545 - ICE with noexcept PMF conversion.Jason Merrill1-1/+3
2018-03-20PR c++/84978, ICE with NRVO.Jason Merrill1-2/+11
2018-03-04PR c++/84686 - missing volatile loads.Jason Merrill1-0/+2
2018-01-29PR c++/68810 - wrong location for reinterpret_cast error.Jason Merrill1-0/+5
2018-01-29PR c++/83942 - wrong unused warning with static_cast.Jason Merrill1-1/+4
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-24re PR c++/82307 (unscoped enum-base incorrect cast)Mukesh Kapoor1-3/+18
2017-10-10More delayed lambda capture fixes.Jason Merrill1-16/+2
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-08-30[34/77] Add a SCALAR_INT_TYPE_MODE macroRichard Sandiford1-2/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-06-09Missing bits from N4268, constant evaluation for all non-type args.Jason Merrill1-3/+6
2017-06-09Overhaul pointer-to-member conversion and template argument handling.Jason Merrill1-8/+21
2017-06-01re PR c++/80896 ([[nodiscard]] is ignored for functions returning references)Paolo Carlini1-0/+2
2017-05-30C++ template type diff printingDavid Malcolm1-9/+9
2017-05-16cp-tree.h (OVL_FIRST, OVL_NAME): New.Nathan Sidwell1-1/+1
2017-02-10re PR c++/79184 (-Wint-in-bool-context triggered erroneously in template para...Marek Polacek1-1/+9
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-1/+76
2016-10-08Further P0135 refinement.Jason Merrill1-23/+1
2016-10-06C++17 copy elision improvements.Jason Merrill1-4/+23
2016-10-05Implement P0135R1, Guaranteed copy elision.Jason Merrill1-2/+5
2016-09-19re PR c++/77434 (warn about suspicious precedence of ternary operator (?:))Bernd Edlinger1-0/+1
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-07-08Use lvalue_p instead of real_lvalue_p.Jason Merrill1-3/+3
2016-07-08Rename lvalue_p to obvalue_p.Jason Merrill1-2/+2