aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.c
AgeCommit message (Expand)Author
2017-02-1711-c-typeck-cfamily-c-commonttype-2017Andrew Macleod
2017-02-1710-attributesAndrew Macleod
2017-02-1308-tree-basetypesAndrew Macleod
2017-02-1002-avoid-direct-tree-accessAndrew Macleod
2017-02-06 PR c++/79372Jakub Jelinek
2017-01-31Introduce C++ support in libcc1Alexandre Oliva
2017-01-26gcc/cp/ChangeLog:Martin Sebor
2017-01-25PR c++/71290 - Flexible array member is not diagnosed with -pedanticMartin Sebor
2017-01-25 PR c++/78896Jakub Jelinek
2017-01-25PR lto/79061Maxim Ostapenko
2017-01-19 Array decomposition fix.Jason Merrill
2017-01-05 PR c++/78931Jakub Jelinek
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-21 Implement P0522R0, matching of template template arguments.Jason Merrill
2016-12-21 PR c++/78749 - friend in anonymous namespaceJason Merrill
2016-12-15 P0490R0 GB 20: decomposition declaration should commit to tupleJakub Jelinek
2016-12-07 * cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER &Nathan Sidwell
2016-11-28 PR c++/72808Jakub Jelinek
2016-11-21gcc:Bernd Edlinger
2016-11-18Add SET_DECL_MODERichard Sandiford
2016-11-16 PR c++/78373 - ICE with TREE_CONSTANT referenceJason Merrill
2016-11-16Fix tuple decomposition decltype.Jason Merrill
2016-11-15 * decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl,Jakub Jelinek
2016-11-15Various C++17 decomposition fixes.Jason Merrill
2016-11-14 Implement P0217R3 - C++17 structured bindingsJakub Jelinek
2016-11-14Improve various diagnostic issues.Jason Merrill
2016-11-13 DR 374 - specialization in outer namespaceJason Merrill
2016-11-10 PR c++/77337 - auto return and lambdaJason Merrill
2016-11-09 Fix C++17 template placeholder for template template parm.Jason Merrill
2016-11-09 Implement P0127R2, Declaring non-type parameters with auto.Jason Merrill
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-10-14 Implement P0017R1, C++17 aggregates with bases.Jason Merrill
2016-10-14 DR 1511 - const volatile variables and ODRJakub Jelinek
2016-10-13 Implement P0386R2 - C++17 inline variablesJason Merrill
2016-10-12 PR c++/77742 - -Waligned-new and placement new.Jason Merrill
2016-10-07c/Bernd Schmidt
2016-10-05 Implement P0305R1, Selection statements with initializer.Marek Polacek
2016-10-04Implement P0091R2, Template argument deduction for class templates.Jason Merrill
2016-10-04 * doc/extend.texi (Java Exceptions): Remove.Jakub Jelinek
2016-09-29 Implement P0001R1 - C++17 removal of register storage class specifierJakub Jelinek
2016-09-23 Implement P0138R2, C++17 construction rules for enum class valuesJakub Jelinek
2016-09-23 * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)Jakub Jelinek
2016-09-21 PR c++/77651Jakub Jelinek
2016-09-16 Add inline functions for various bitwise operations.Jason Merrill
2016-09-09 Implement P0035R4, C++17 new of over-aligned types.Jason Merrill
2016-08-10 Implement C++17 constexpr if.Jason Merrill
2016-08-09 Implement C++17 constexpr lambda.Jason Merrill
2016-08-04 Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.Jason Merrill
2016-07-29 * decl.c (build_enumerator): Tweak diagnostic.Jason Merrill
2016-07-28/cpPaolo Carlini