summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* PR c++/78337 - ICE on invalid with generic lambdajason2017-01-112-4/+15
* cp/nathan2017-01-112-1/+12
* * name-lookup.c (push_overloaded_decl_1): Refactor OVERLOAD creation.nathan2017-01-112-2/+8
* PR c++/78341jakub2017-01-112-5/+5
* PR c++/72813jakub2017-01-112-0/+8
* Fix issues with unrepresentable column numbers (PR c++/77949)dmalcolm2017-01-102-1/+11
* FI 20, decomposition declaration with parenthesized initializer.jason2017-01-102-15/+12
* Implement P0195R2, C++17 variadic using.jason2017-01-095-13/+80
* PR translation/79019jakub2017-01-093-5/+13
* PR c++/78948 - instantiation from discarded statementjason2017-01-085-11/+24
* PR c++/78931jakub2017-01-052-4/+7
* PR c++/78890jakub2017-01-052-7/+15
* cp/nathan2017-01-052-1/+7
* PR c++/64767mpolacek2017-01-042-0/+18
* PR c++/78949jakub2017-01-042-0/+6
* PR c++/78693jakub2017-01-042-2/+8
* * parser.c (cp_parser_simple_declaration): Diagnose functionjakub2017-01-042-0/+33
* PR c++/71182jakub2017-01-042-1/+7
* PR c++/77545mpolacek2017-01-042-0/+7
* cp/nathan2017-01-044-13/+48
* Update copyright years.jakub2017-01-0157-4436/+4445
* PR middle-end/78901jakub2016-12-244-440/+1539
* PR c++/78906 - ICE with member variable templatejason2016-12-222-0/+4
* PR c++/78898 - ICE on constructor with TTPjason2016-12-222-1/+8
* PR c++/72707jakub2016-12-212-2/+8
* PR bootstrap/78817jakub2016-12-213-2/+23
* PR c++/77830jakub2016-12-212-35/+91
* Implement P0522R0, matching of template template arguments.jason2016-12-215-56/+271
* PR c++/42329 - deducing base template for template template argjason2016-12-212-92/+85
* Fix handling of explicit function template arguments with TTPs.jason2016-12-212-1/+4
* Check that a partial specialization is more specialized.jason2016-12-212-0/+15
* Fixes for P0127R2 implementation.jason2016-12-212-8/+18
* Improve C++ debug_tree.jason2016-12-212-1/+9
* PR c++/78767 - ICE with inherited constructor default argumentjason2016-12-212-1/+8
* PR c++/78749 - friend in anonymous namespacejason2016-12-212-0/+7
* 2016-12-16 Richard Biener <rguenther@suse.de>rguenth2016-12-163-0/+21
* P0490R0 GB 20: decomposition declaration should commit to tuplejakub2016-12-152-4/+26
* PR c++/77585nathan2016-12-152-1/+26
* PR c++/78774 - [6/7 Regression] ICE in constexpr string literals and templatesmsebor2016-12-152-3/+10
* Split omp-low into multiple filesjamborm2016-12-143-24/+44
* PR c++/72775mpolacek2016-12-142-0/+14
* PR c++/78701nathan2016-12-142-4/+12
* PR c++/69481nathan2016-12-142-6/+12
* cp/nathan2016-12-134-81/+100
* /cppaolo2016-12-112-2/+8
* PR c++/78551nathan2016-12-082-9/+60
* P0003R5 - removal of dynamic exception specification from C++17jakub2016-12-082-8/+27
* Use dump_function_name rather than emit <built-in>jamborm2016-12-072-2/+10
* * pt.c (tsubst <{NON,}TYPE_ARGUMENT_PACK>: Simplify control flownathan2016-12-072-15/+19
* * cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER &nathan2016-12-074-6/+24