aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2019-06-12PR c++/90736 - bogus error with alignof.Marek Polacek2-1/+8
2019-06-11PR c++/90449 - add -Winaccessible-base option.Matthew Beliveau2-7/+22
2019-06-11re PR c++/90801 (A recurring hang)Richard Biener2-11/+27
2019-06-11re PR c++/90810 (Different intrinsics behavior on G++ 7.4 and G++ 8.3)Jakub Jelinek2-2/+11
2019-06-11Disable htable sanitization in pt.c (PR c++/87847).Martin Liska2-2/+9
2019-06-10constexpr.c (free_constructor): New.Jason Merrill2-2/+45
2019-06-10Reduce unsharing in constexpr call evaluation.Jason Merrill2-17/+26
2019-06-10Reduce constexpr_call memory consumption.Jason Merrill2-37/+18
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek4-8/+169
2019-06-07Avoid constexpr garbage for implicit conversion to void.Jason Merrill2-6/+20
2019-06-05PR c/90737 - [8/9/10 Regression] inconsistent address of a local converted to...Martin Sebor2-2/+10
2019-06-05decl.c (smallest_type_location): New.Paolo Carlini2-10/+33
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor8-25/+43
2019-06-05ChangeLog for PR c++/63149Nina Dinka Ranns1-0/+6
2019-06-05PR c++/63149 - wrong auto deduction from braced-init-listNina Dinka Ranns1-1/+1
2019-06-04decl.c (grokdeclarator): Use declarator->id_loc in two additional places.Paolo Carlini2-12/+16
2019-06-04[C++ PATCH] structure tag lookupNathan Sidwell2-70/+60
2019-06-04PR c++/60531 - Wrong error about unresolved overloaded functionHarald van Dijk2-5/+13
2019-06-04Reduce accumulated garbage in constexpr evaluation.Jason Merrill2-0/+33
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek2-1/+6
2019-06-03parser.c (cp_parser_unqualified_id): Use build_min_nt_loc in five places.Paolo Carlini2-6/+11
2019-06-01Fix changelogVille Voutilainen1-7/+0
2019-06-01re PR c++/85254 (boost::is_final does not work for template types)Ville Voutilainen2-0/+13
2019-05-31[C++PATCH] Lambda names are anonymousNathan Sidwell7-52/+51
2019-05-30* cp-tree.h (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Fix a typo.Marek Polacek2-1/+5
2019-05-30decl.c (grokdeclarator): Use declarator->id_loc in five error_at calls.Paolo Carlini2-5/+15
2019-05-29re PR c++/90598 (Return type of explicit destructor call wrong)Jakub Jelinek2-0/+10
2019-05-29re PR c++/89875 (invalid typeof reference to a member of an incomplete struct...Paolo Carlini2-4/+16
2019-05-29P1091R3 - Extending structured bindings to be more like var decls P1381R1 - R...Jakub Jelinek1-0/+12
2019-05-29P1091R3 - Extending structured bindings to be more like var decls P1381R1 - R...Jakub Jelinek1-25/+47
2019-05-28[C++ PATCH] template specializationsNathan Sidwell2-3/+9
2019-05-28PR c++/90548 - ICE with generic lambda and empty pack.Marek Polacek2-7/+21
2019-05-28[PATCH] Commonize anon-name generationNathan Sidwell8-36/+28
2019-05-25PR c++/90572 - wrong disambiguation in friend declaration.Marek Polacek2-2/+18
2019-05-23Add whitespace between operator and operandJonathan Wakely2-1/+3
2019-05-23Remove resolved TODO commentJonathan Wakely2-2/+6
2019-05-22PR c++/20408 - unnecessary code for empty struct.Jason Merrill4-2/+6
2019-05-22PR c++/86485 - simple_empty_class_pJason Merrill2-7/+13
2019-05-21parser.c (cp_parser_template_declaration_after_parameters): Use DECL_SOURCE_L...Paolo Carlini2-7/+14
2019-05-21re PR c++/67184 (Missed optimization with C++11 final specifier)Paolo Carlini2-1/+8
2019-05-21[C++ PATCH] Using declsNathan Sidwell2-21/+23
2019-05-21[C++ PATCH] Using declsNathan Sidwell5-257/+182
2019-05-21c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR.Eric Botcazou2-0/+6
2019-05-20CWG 2094 - volatile scalars are trivially copyable.Marek Polacek2-1/+9
2019-05-20name-lookup.c (finish_using_directive): Don't issue inform() if the warning d...Marek Polacek2-3/+6
2019-05-20pt.c (convert_template_argument): Add a diagnostic for the [temp.arg]/2 ambig...Marek Polacek2-4/+21
2019-05-20cp-tree.h: Remove remnants of CONV_NONCONVERTING.Paolo Carlini2-3/+6
2019-05-20[C++ PATCH] Commonixe using directive finishingNathan Sidwell5-48/+36
2019-05-20[C++ PATCH] namespace using directivesNathan Sidwell3-22/+17
2019-05-20PR c++/90532 Ensure __is_constructible(T[]) is falseJonathan Wakely2-0/+8