aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-15PR c++/90393 - ICE with thow in ?:Jason Merrill1-4/+17
2019-08-15Implement P0848R3, Conditionally Trivial Special Member Functions.Jason Merrill1-0/+25
2019-08-02tree.c (handle_nodiscard_attribute): Do not warn about nodiscard applied to a...Paolo Carlini1-1/+2
2019-06-23Rename DEFAULT_ARG to DEFERRED_PARSE.Marek Polacek1-2/+2
2019-06-22PR c++/86476 - noexcept-specifier is a complete-class context.Marek Polacek1-0/+2
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek1-0/+2
2019-05-29re PR c++/90598 (Return type of explicit destructor call wrong)Jakub Jelinek1-0/+4
2019-05-20CWG 2094 - volatile scalars are trivially copyable.Marek Polacek1-1/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-4/+6
2019-05-15call.c (perform_overload_resolution, [...]): Use OVL_P; remove redundant TEMP...Paolo Carlini1-5/+3
2019-05-13Use releasing_vec more broadly.Jason Merrill1-12/+5
2019-05-10call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.Paolo Carlini1-9/+5
2019-03-18PR c++/89630 - ICE with dependent using-decl as template arg.Jason Merrill1-8/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-5/+5
2019-03-07PR c++/88123 - lambda and using-directive.Jason Merrill1-0/+2
2019-01-17PR c++/86740, ICE with constexpr if and nested generic lambdas.Jason Merrill1-0/+8
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann1-0/+1
2019-01-03tree.c (handle_nodiscard_attribute): Improve warning location.Paolo Carlini1-2/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm1-0/+16
2018-11-16Implement P0479R5, [[likely]] and [[unlikely]].Jason Merrill1-0/+30
2018-11-16Remove ovl_used, it is no longer neededNathan Sidwell1-68/+5
2018-11-12Implement P0315R4, Lambdas in unevaluated contexts.Jason Merrill1-12/+17
2018-11-07[PR C++/87904] lookup ICENathan Sidwell1-6/+10
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill1-0/+6
2018-11-05Fix various latent issues revealed by P0732 work.Jason Merrill1-0/+2
2018-10-31[C++ PATCH] Simplify overloadsNathan Sidwell1-29/+22
2018-10-172018-10-17 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+3
2018-10-03Implement P0840, language support for empty objects.Jason Merrill1-0/+27
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-3/+2
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+2
2018-08-08P0595R1 - is_constant_evaluatedJakub Jelinek1-3/+11
2018-07-17PR c++/86480 - nested variadic lambda and constexpr if.Jason Merrill1-1/+13
2018-07-03PR c++/86378 - functional cast in noexcept-specifier.Jason Merrill1-2/+2
2018-06-29re PR c++/86184 (Conditional expression with omitted operand cannot use rvalu...Marek Polacek1-0/+5
2018-06-20[PR c++/85634] Fix tsubst ICENathan Sidwell1-87/+35
2018-06-18tree.c (cp_expr_location): New.Jason Merrill1-2/+22
2018-06-15* tree.c (maybe_warn_parm_abi): Inform the location of the class.Jason Merrill1-14/+12
2018-06-13PR c++/86094 - wrong code with defaulted move ctor.Jason Merrill1-11/+33
2018-06-11PR c++/86094 - wrong code with defaulted move ctor.Jason Merrill1-1/+1
2018-06-05re PR c++/85976 (ICE in cp_tree_equal when building Blitz. May be nested temp...Marek Polacek1-0/+8
2018-05-30Do not warn about zero-as-null when NULL is used.Ville Voutilainen1-1/+1
2018-05-30PR c++/85807 - ICE with call in template NSDMI.Jason Merrill1-1/+2
2018-05-30PR c++/85873 - constant initializer_list array not in .rodata.Jason Merrill1-0/+8
2018-05-25CWG 616, 1213 - value category of subobject references.Jason Merrill1-7/+17
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-1/+1
2018-05-23CWG 616, 1213 - value category of subobject references.Jason Merrill1-13/+22
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill1-13/+0
2018-05-16re PR c++/85363 (Throwing exception from member constructor (brace initialize...Marek Polacek1-1/+1
2018-05-15cp-tree.h (DECL_MAYBE_IN_CHARGE_CDTOR_P): New.Paolo Carlini1-2/+1