aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/tree.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-07c++: Distinguish alignof and __alignof__ in cp_tree_equal [PR97273]Patrick Palka1-0/+2
2020-10-07c++: Adding exception specs can changed dependentnessNathan Sidwell1-0/+3
2020-10-01c++: Kill DECL_HIDDEN_PNathan Sidwell1-10/+2
2020-09-29c++: Hiddenness is a property of the symbol tableNathan Sidwell1-16/+14
2020-07-29c++: Implement C++20 implicit move changes. [PR91427]Jason Merrill1-1/+6
2020-07-14c++: Comments & formattingNathan Sidwell1-1/+1
2020-07-10c++: Support non-type template parms of union type.Jason Merrill1-7/+0
2020-07-10c++: Allow floating-point template parms in C++20.Jason Merrill1-14/+20
2020-05-19PR c++/94923 - False positive -Wclass-memaccess with trivially copyable std::...Martin Sebor1-8/+16
2020-05-13c++: Replace "C++2a" with "C++20".Jason Merrill1-2/+2
2020-05-11c++: tree walk into TYPENAME_TYPE.Jason Merrill1-4/+18
2020-04-23c++: zero_init_expr_p of dependent expressionPatrick Palka1-1/+1
2020-04-22c++: reject scalar array initialization with nullptr [PR94510]Martin Sebor1-70/+27
2020-04-20c++: Expr pack expansion equality [pr94454]Nathan Sidwell1-6/+18
2020-04-18c++: spec_hasher::equal and PARM_DECLs [PR94632]Patrick Palka1-2/+3
2020-04-14c++: Stray RESULT_DECLs in result of constexpr call [PR94034]Patrick Palka1-0/+3
2020-04-13c++: lambdas with internal linkage are different to no-linkage [PR94426]Nathan Sidwell1-14/+4
2020-04-07c++: Fix usage of CONSTRUCTOR_PLACEHOLDER_BOUNDARY inside array initializers ...Patrick Palka1-1/+1
2020-04-01c++: Fix DMI with lambda 'this' capture [PR94205]Jason Merrill1-1/+1
2020-03-30c++: Fix comparison of fn() and ns::fn() [PR90711]Jason Merrill1-1/+13
2020-03-23[PR94044] Fix ICE with sizeof<argumentpack>Nathan Sidwell1-1/+5
2020-03-18PR c++/94147 - mangling of lambdas assigned to globalsNathan Sidwell1-3/+17
2020-03-04PR c++/90938 - Initializing array with {1} works but not {0}Martin Sebor1-1/+9
2020-02-27Compare ARGUMENT_PACKS [pr93933]Nathan Sidwell1-1/+16
2020-02-13c++: Fix static local vars in extern "C".Jason Merrill1-5/+4
2020-02-13c++: Fix constexpr if and braced functional cast.Jason Merrill1-0/+5
2020-02-10c++: Fix flexible array with synthesized constructor.Jason Merrill1-0/+9
2020-02-07c++: Fix use of local in constexpr if.Jason Merrill1-0/+5
2020-01-18[C++ coroutines] Initial implementation.Iain Sandoe1-0/+31
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-20PR c++/92974 - bogus location for enum and non-enum in ?: warning.Marek Polacek1-0/+1
2019-12-19comment tweakJason Merrill1-1/+2
2019-12-19PR c++/66139 - EH cleanups for partially constructed aggregates.Jason Merrill1-0/+10
2019-12-10Fix C++20 structural type vs. private base.Jason Merrill1-1/+7
2019-12-09typeck.c (check_for_casting_away_constness): Add location_t parameter and use...Paolo Carlini1-2/+4
2019-12-04cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL.Jakub Jelinek1-1/+3
2019-12-03Do not update SSA in lto-stremaer-inJan Hubicka1-2/+2
2019-12-03PR c++/91363 - P0960R3: Parenthesized initialization of aggregates.Marek Polacek1-0/+9
2019-11-27Implement P1814R0, CTAD for alias templates.Jason Merrill1-0/+3
2019-11-27PR c++/92206 - ICE with typedef to dependent alias.Jason Merrill1-3/+8
2019-11-27re PR c++/92524 (ICE in short program with constexpr and std::array)Jakub Jelinek1-0/+5
2019-11-13[C++] Fix interaction between aka changes and DR1558 (PR92206)Richard Sandiford1-2/+4
2019-11-06Implement D1907R1 "structural type".Jason Merrill1-0/+57
2019-11-05Implement C++20 operator<=>.Jason Merrill1-0/+3
2019-10-31re PR c++/90947 (Simple lookup table of array of strings is miscompiled)Jakub Jelinek1-0/+62
2019-10-30cp-tree.h (omp_declare_variant_finalize, [...]): Declare.Jakub Jelinek1-2/+1
2019-10-22[C++] Avoid exposing internal details in aka typesRichard Sandiford1-33/+47
2019-10-19Implement C++20 P1301 [[nodiscard("should have a reason")]].JeanHeyd Meneide1-2/+7
2019-08-31Add source location to TRAIT_EXPR.Jason Merrill1-0/+2
2019-08-15PR c++/90393 - ICE with thow in ?:Jason Merrill1-4/+17