aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2017-10-17[C++ PATCH 82560] missing dtor callNathan Sidwell2-4/+11
2017-10-17[PATCH PR/82546] tree node sizeNathan Sidwell2-31/+28
2017-10-13PR c++/82357 - bit-field in templateJason Merrill2-0/+9
2017-10-13C++: show location of unclosed extern "C" specificationsDavid Malcolm5-1/+62
2017-10-12[C++ PATCH] cp_expr tweak and delete unused enumerationsNathan Sidwell2-4/+10
2017-10-12C/C++: add fix-it hints for various missing symbolsDavid Malcolm2-3/+54
2017-10-12C++: avoid partial duplicate implementation of cp_parser_errorDavid Malcolm2-74/+105
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell2-4/+9
2017-10-10[C++ PATCH] hash-table for extern-c fns.Nathan Sidwell2-22/+29
2017-10-10[C++ PATCH] Kill unneeded hash specializationNathan Sidwell2-24/+3
2017-10-10[C++ PATCH] Hash mangling aliasNathan Sidwell2-12/+46
2017-10-10More delayed lambda capture fixes.Jason Merrill12-70/+271
2017-10-10Various small C++ fixes.Jason Merrill5-31/+41
2017-10-10Check non-dependent conversion in return from template fn.Jason Merrill3-5/+27
2017-10-10Require wi::to_wide for treesRichard Sandiford5-4/+12
2017-10-10[C++ PATCH] set_global_binding tweakNathan Sidwell2-15/+10
2017-10-062017-10-06 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2017-10-06re PR c++/47791 (finish function is using literal value instead of a #defined...Paolo Carlini9-65/+64
2017-10-06[PR c++/82424] Dont convert dependent typesNathan Sidwell2-1/+11
2017-10-06re PR c++/82299 (-Wuseless-cast errors on typed enums used in member data ini...Jakub Jelinek3-2/+13
2017-10-06P0704R1 - fixing const-qualified pointers to membersJakub Jelinek2-4/+16
2017-10-06[C++ PATCH] hash-table for extern-c fns.Nathan Sidwell2-15/+40
2017-10-06[C++ PATCH] use hash-table for namespace contentsNathan Sidwell4-29/+62
2017-10-05* call.c (convert_arg_to_ellipsis): Use the result of force_rvalue.Jason Merrill2-12/+16
2017-10-05Re: [PATCH] C++ warning on vexing parseNathan Sidwell4-0/+40
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell11-58/+70
2017-10-05Re: [C++ PATCH] Move mangling alias out of ::Nathan Sidwell2-4/+7
2017-10-04[C++ PATCH] give builtin types consistent nameNathan Sidwell3-26/+34
2017-10-04re PR c++/71946 (asm in toplevel lambda function rejected)Paolo Carlini2-0/+9
2017-10-04[C++ PATCH] Move mangling alias out of ::Nathan Sidwell5-67/+82
2017-10-04re PR c++/82373 (syntax error in error message)Jakub Jelinek2-2/+9
2017-10-04PR c++/81525 - broken handling of auto in generic lambda.Jason Merrill2-9/+19
2017-10-04call.c (convert_arg_to_ellipsis): Correct comment about passing by reference.Nathan Sidwell2-2/+8
2017-10-02Fix mismatched precisions in tree arithmeticRichard Sandiford2-1/+6
2017-09-30re PR c++/68754 (Explicitly defaulted constexpr assignment operator fails to ...Paolo Carlini2-3/+11
2017-09-29P0683R1 - default member initializers for bit-fieldsJakub Jelinek6-38/+103
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek4-13/+26
2017-09-29parser.c (cp_parser_member_declaration): Parse attributes before colon of a b...Jakub Jelinek2-11/+47
2017-09-29* Make-lang.in (check-c++-all): Test also c++2a.Jakub Jelinek2-1/+5
2017-09-28PR c++/56973, DR 696 - capture constant variables only as needed.Jason Merrill9-29/+167
2017-09-28Use local_specializations to find capture proxies.Jason Merrill7-26/+76
2017-09-28Small lambda fixes.Jason Merrill5-4/+16
2017-09-22re PR bootstrap/81926 (go/parse.o differs between stage2 and stage3)Eric Botcazou2-5/+10
2017-09-22re PR sanitizer/81929 (exponential slowdown in undefined behavior sanitizer f...Jakub Jelinek2-6/+16
2017-09-22C++: underline parameters in mismatching function callsDavid Malcolm4-2/+74
2017-09-21ipa: fix dumping with deleted multiversioning nodesEvgeny Kudryashov1-1/+1
2017-09-21[C++ PATCH] class member orderingNathan Sidwell2-23/+37
2017-09-20P0409R2 - allow lambda capture [=, this]Jakub Jelinek2-1/+8
2017-09-18PR c++/82069 - ICE with lambda in templateJason Merrill2-2/+7
2017-09-15re PR c++/64644 ("warning: anonymous union with no members" should be an erro...Manuel López-Ibáñez2-1/+8