summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* PR c++/82357 - bit-field in templatejason2017-10-132-0/+9
* C++: show location of unclosed extern "C" specificationsdmalcolm2017-10-135-1/+62
* [C++ PATCH] cp_expr tweak and delete unused enumerationsnathan2017-10-122-4/+10
* C/C++: add fix-it hints for various missing symbolsdmalcolm2017-10-122-3/+54
* C++: avoid partial duplicate implementation of cp_parser_errordmalcolm2017-10-122-74/+105
* [PATCH] DECL_ASSEMBLER_NAME and friendsnathan2017-10-112-4/+9
* [C++ PATCH] hash-table for extern-c fns.nathan2017-10-102-22/+29
* [C++ PATCH] Kill unneeded hash specializationnathan2017-10-102-24/+3
* [C++ PATCH] Hash mangling aliasnathan2017-10-102-12/+46
* More delayed lambda capture fixes.jason2017-10-1012-70/+271
* Various small C++ fixes.jason2017-10-105-31/+41
* Check non-dependent conversion in return from template fn.jason2017-10-103-5/+27
* Require wi::to_wide for treesrsandifo2017-10-105-4/+12
* [C++ PATCH] set_global_binding tweaknathan2017-10-102-15/+10
* 2017-10-06 Paolo Carlini <paolo.carlini@oracle.com>paolo2017-10-061-1/+1
* 2017-10-06 Paolo Carlini <paolo.carlini@oracle>paolo2017-10-069-65/+64
* [PR c++/82424] Dont convert dependent typesnathan2017-10-062-1/+11
* PR c++/82299jakub2017-10-063-2/+13
* P0704R1 - fixing const-qualified pointers to membersjakub2017-10-062-4/+16
* [C++ PATCH] hash-table for extern-c fns.nathan2017-10-062-15/+40
* [C++ PATCH] use hash-table for namespace contentsnathan2017-10-064-29/+62
* * call.c (convert_arg_to_ellipsis): Use the result of force_rvalue.jason2017-10-052-12/+16
* Re: [PATCH] C++ warning on vexing parsenathan2017-10-054-0/+40
* [C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUEnathan2017-10-0511-58/+70
* Re: [C++ PATCH] Move mangling alias out of ::nathan2017-10-052-4/+7
* [C++ PATCH] give builtin types consistent namenathan2017-10-043-26/+34
* /cppaolo2017-10-042-0/+9
* [C++ PATCH] Move mangling alias out of ::nathan2017-10-045-67/+82
* PR c++/82373jakub2017-10-042-2/+9
* PR c++/81525 - broken handling of auto in generic lambda.jason2017-10-042-9/+19
* * call.c (convert_arg_to_ellipsis): Correct comment about passingnathan2017-10-042-2/+8
* Fix mismatched precisions in tree arithmeticrsandifo2017-10-022-1/+6
* /cppaolo2017-09-302-3/+11
* P0683R1 - default member initializers for bit-fieldsjakub2017-09-296-38/+103
* c-family/jakub2017-09-294-13/+26
* cp/jakub2017-09-292-11/+47
* * Make-lang.in (check-c++-all): Test also c++2a.jakub2017-09-292-1/+5
* PR c++/56973, DR 696 - capture constant variables only as needed.jason2017-09-289-29/+167
* Use local_specializations to find capture proxies.jason2017-09-287-26/+76
* Small lambda fixes.jason2017-09-285-4/+16
* PR bootstrap/81926ebotcazou2017-09-222-5/+10
* PR sanitizer/81929jakub2017-09-222-6/+16
* C++: underline parameters in mismatching function callsdmalcolm2017-09-224-2/+74
* ipa: fix dumping with deleted multiversioning nodesamonakov2017-09-211-1/+1
* [C++ PATCH] class member orderingnathan2017-09-212-23/+37
* P0409R2 - allow lambda capture [=, this]jakub2017-09-202-1/+8
* PR c++/82069 - ICE with lambda in templatejason2017-09-182-2/+7
* /cppaolo2017-09-152-1/+8
* 2017-09-15 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2017-09-152-4/+18
* * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and documentjakub2017-09-1513-89/+128