aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2018-09-10class.c (build_vtbl_ref): Remove.Marek Polacek2-13/+9
2018-09-08PR c++/87150 - wrong ctor with maybe-rvalue semantics.Marek Polacek2-3/+13
2018-09-08PR c++/86678 - constexpr function with non-constant after return.Jason Merrill2-13/+60
2018-09-08cxx-pretty-print.c (cxx_pretty_printer::statement): Handle RANGE_FOR_INIT_STMT.Marek Polacek2-0/+11
2018-09-07PR c++/87152 - range-based for loops with initializer broken in templates.Marek Polacek7-10/+32
2018-09-06varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init...Bernd Edlinger2-0/+14
2018-09-06PR c++/86982, -Wreturn-local-addr and std::move and std::forward.Marek Polacek2-0/+33
2018-09-05PR c++/87109, wrong overload with ref-qualifiers.Marek Polacek2-2/+15
2018-09-05[PR c++/87185] ICE in prune-lambdasPádraig Brady2-3/+9
2018-09-05cp-tree.h (treat_lvalue_as_rvalue_p): Declare.Marek Polacek4-11/+19
2018-09-03re PR c++/84980 ([concepts] ICE with missing typename in concept)Paolo Carlini2-0/+9
2018-09-02c-common.c (braced_list_to_string): Remove eval parameter.Bernd Edlinger3-38/+14
2018-08-31[PR c++/87155] Anonymous namespace andNathan Sidwell2-5/+13
2018-08-31[C++ PATCH] Remove K&R declaration hack.Nathan Sidwell3-29/+9
2018-08-29re PR sanitizer/87095 (UndefinedBehaviorSanitizer vptr false positive with vi...Jakub Jelinek2-0/+20
2018-08-29re PR c++/85265 ([concepts] ICE with missing identifier)Paolo Carlini2-6/+18
2018-08-29C++: underline param in print_conversion_rejection (more PR c++/85110)David Malcolm2-6/+19
2018-08-29re PR c++/87122 (ICE in tsubst_decomp_names)Jakub Jelinek2-0/+9
2018-08-28remove utf-8 from commentJason Merrill1-1/+1
2018-08-28re PR c++/86546 (ICE on invalid: tree_class_check_failed())Paolo Carlini2-0/+8
2018-08-27C++: fix-it hint for missing "typename" (PR c++/63392)David Malcolm2-2/+10
2018-08-27re PR c++/86993 (assignment of read-only variable error reported at wrong loc...Jakub Jelinek5-33/+41
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-5/+5
2018-08-27Less verbose fix-it hints for missing header files (PR 87091)David Malcolm7-12/+29
2018-08-27Come up with fndecl_built_in_p.Martin Liska8-35/+49
2018-08-26PR c++/87029, Implement -Wredundant-move.Marek Polacek2-8/+34
2018-08-26re PR c++/87080 (ice in cp_get_fndecl_from_callee, at cp/cvt.c:965)Marek Polacek2-0/+10
2018-08-24re PR c++/67012 (decltype(auto) with trailing return type)Marek Polacek2-1/+22
2018-08-21re PR c++/86499 (lambda-expressions with capture-default are allowed at names...Marek Polacek2-0/+9
2018-08-21decl.c (check_static_variable_definition): Change to return void.Paolo Carlini2-21/+17
2018-08-21PR c++/86981, Implement -Wpessimizing-move.Marek Polacek2-19/+106
2018-08-21re PR c++/65043 (Expected narrowing conversion during list initialization of ...Marek Polacek3-1/+8
2018-08-21* cp-tree.h: Fix typo.Marek Polacek2-1/+5
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm19-101/+310
2018-08-17C++: -Wwrite-strings: use location of string constantDavid Malcolm2-4/+11
2018-08-16[PATCH] CPP Macro predicatesNathan Sidwell1-4/+4
2018-08-15diagnostics: add labeling of source rangesDavid Malcolm4-5/+64
2018-08-15decl.c (check_previous_goto_1): When decl_jump_unsafe returns 2 emit an error...Paolo Carlini2-1/+7
2018-08-13re PR c++/57891 (No diagnostic of narrowing conversion in non-type template a...Marek Polacek6-15/+54
2018-08-13PR tree-optimization/71625 - missing strlen optimization on different array i...Martin Sebor3-2/+46
2018-08-13P0806R2 - Deprecate implicit capture of this via [=]Marek Polacek2-5/+18
2018-08-13re PR c++/86915 (Segmentation fault for an array of auto in template parameter)Marek Polacek2-1/+9
2018-08-11PR c++/86728 - C variadic generic lambda.Jason Merrill2-1/+8
2018-08-08P0595R1 - is_constant_evaluatedJakub Jelinek8-19/+137
2018-08-08re PR c++/86836 (internal compiler error on structured bindings with shadow p...Jakub Jelinek2-17/+22
2018-08-08re PR c++/86738 (gcc 8.2: Internal compiler error memcpy)Jakub Jelinek2-3/+16
2018-08-07PR c++/59480, DR 136Paolo Carlini2-7/+76
2018-08-07re PR c++/79133 (lambda capture shadowing parameter & decltype confusion)Ville Voutilainen2-1/+23
2018-08-06re PR c++/86767 (continue statements in constexpr functions causes unbounded ...Marek Polacek2-0/+15
2018-08-03Add fix-it hint for missing return statement in assignment operators (PR c++/...David Malcolm2-2/+40