]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/cp-tree.def
aarch64: Prevent streaming-compatible code from assembler rejection [PR121028]
[thirdparty/gcc.git] / gcc / cp / cp-tree.def
2025-01-02  Jakub JelinekUpdate copyright years.
2024-12-20  Nathaniel Sheadc++/modules: Ignore TU-local entities where necessary
2024-12-02  Patrick Palkac++: some further concepts cleanups
2024-11-28  Marek Polacekc++: Implement P2662R3, Pack Indexing [PR113798]
2024-10-25  Jakub Jelinekgcc: Remove trailing whitespace
2024-07-23  Jakub Jelinekc++: Remove CHECK_CONSTR
2024-07-22  Jakub Jelinekc++: Some cp-tree.def comment fixes
2024-04-09  Jakub JelinekFix up duplicated words mostly in comments, part 2
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-30  Jason Merrillc++: remove LAMBDA_EXPR_MUTABLE_P
2023-10-25  Jason Merrillc++: improve comment
2023-10-20  Patrick Palkac++: remove NON_DEPENDENT_EXPR, part 1
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-19  Jeff Chapman IIc++: implement P1492 contracts
2022-11-16  Jakub Jelinekc++: Allow attributes on concepts - DR 2428
2022-09-29  Patrick Palkac++: introduce TRAIT_TYPE alongside TRAIT_EXPR
2022-05-10  Patrick Palkac++: Remove SET_PACK_EXPANSION_PATTERN / SET_ARGUMENT_P...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-16  Patrick Palkac++: two-stage name lookup for overloaded operators...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-03  Jakub Jelinekc++: Add __builtin_bit_cast to implement std::bit_cast...
2020-12-02  Nathan SidwellC++ Module Binding Vector
2020-09-19  Sandra LoosemoreMove loop and switch tree data structures from cp/...
2020-09-17  Patrick Palkac++: requires-expressions and partial instantiation...
2020-07-14  Nathan Sidwellc++: Comments & formatting
2020-06-05  Iain Sandoecoroutines: co_returns are statements, not expressions.
2020-01-18  Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-10-09  Jason MerrillUpdate the concepts implementation to conform to C...
2019-06-23  Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-22  Marek PolacekPR c++/86476 - noexcept-specifier is a complete-class...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-08  Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-09-07  Marek PolacekPR c++/87152 - range-based for loops with initializer...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-22  Eric Botcazouextend.texi (Loop-Specific Pragmas): Document pragma...
2017-08-29  Jason MerrillRemove unnecessary LAMBDA_EXPR fields.
2017-08-17  Nathan Sidwellcp-tree.def (TEMPLATE_TEMPLATE_PARM): Remove stale...
2017-05-30  Nathan Sidwellcp-tree.def (OVERLOAD): Fix comment.
2017-01-26  Jakub Jelinekre PR c++/68727 (invalid offsetof expressions accepted)
2017-01-09  Jason MerrillImplement P0195R2, C++17 variadic using.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-07  Jakub JelinekImplement LWG2296 helper intrinsic c-family/
2016-07-21  Andrew SuttonImproving concepts performance and diagnostics.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-17  Andrew SuttonImplement N4295 fold-expressions.
2015-08-07  Andrew SuttonAdd C++ Concepts TS support.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-09-30  Jason Merrillc-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
2014-04-29  Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-08-17  Jakub Jelinekinvoke.texi (-Wsizeof-pointer-memaccess): Document.
2011-12-12  Torvald RiegelAdd condition to MUST_NOT_THROW_EXPR.
2011-11-21  Jason Merrillre PR c++/48322 ([C++0x] Plural variadic parameter...
2011-10-18  Benjamin Kosnik[multiple changes]
2011-10-11  Jason Merrillre PR c++/49855 (internal compiler error: in fold_conve...
2011-06-29  Jason Merrillre PR c++/49520 ([C++0x] using-declaration and operator...
2011-06-17  Jason Merrillre PR c++/43912 ([C++0x] lambda debug info does not...
2011-06-08  Jason Merrillre PR c++/49107 ([C++0x][4.7 Regression] incomplete...
2011-05-10  Nathan Froydmark EXPR_PACK_EXPANSION as typed only
2011-05-02  Jason Merrillrevert: re PR c++/40975 (ICE in copy_tree_r on array...
2011-04-28  Jason Merrillre PR c++/40975 (ICE in copy_tree_r on array new)
2011-04-25  Paolo Carlinic-common.c (struct c_common_resword): Add __underlying_...
2011-04-14  Nathan Froydcp-tree.def (SWITCH_STMT): Add an extra operand.
2011-04-14  Nathan Froydcp-tree.def (IF_STMT): Add an extra operand.
2011-04-14  Nathan Froydcp-tree.def (FOR_STMT, [...]): Add an extra operand.
2011-01-03  Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-10-07  Nicola PeroIn gcc/testsuite/: 2010-10-07 Nicola Pero <nicola.pero...
2010-10-06  Nicola PeroIn gcc/cp/: 2010-10-06 Nicola Pero <nicola.pero@meta...
2010-09-11  Rodrigo Rivas CostaImplement range-based for-statements.
2010-06-04  Jason MerrillImplement noexcept operator (5.3.7)
2010-05-13  Jason Merrillre PR bootstrap/44048 (building without C++ enabled...
2010-05-06  Jason MerrillAdd support for C++0x nullptr.
2009-11-23  Dodji Seketelire PR c++/14777 (typedef doesn't fully expose base...
2009-10-26  Dodji Seketelire PR c++/41785 ([C++0x] ICE on canonical types with...
2009-09-30  Jason Merrillmerge in cxx0x-lambdas-branch@152308
2007-08-25  Paolo Bonzinidecl.c (cp_tree_node_structure): Kill TINST_LEVEL case.
2007-08-02  Nick Cliftontypeck.c: Change copyright header to refer to version...
2007-07-27  Douglas Gregortypeck.c (structural_comptypes): Compare DECLTYPE_TYPE...
2007-03-30  Paolo Carlinire PR c++/26099 (support for type traits is not available)
2007-03-17  Kazu Hirata* cp-tree.def, parser.c, pt.c: Fix comment typos.
2007-03-10  Douglas Gregorre PR c++/20599 (variadic template support)
2007-02-15  Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2006-11-21  Douglas Gregorcp-tree.def (STATIC_ASSERT): New.
2006-06-14  Gabriel Dos Reis* cp-tree.def: Fix typo.
2005-09-16  Jason Merrillre PR c++/23357 (ICE with __alignof__ on template argum...
2005-09-09  Richard Hendersondbxout.c: Include expr.h.
2005-06-25  Kelley CookUpdate FSF address.
2005-06-15  Mike StumpCanonicalize whitespace.
2005-06-14  Mike StumpRemove extra white spacing at end of lines.
2005-06-08  Nathan Sidwellre PR c++/19497 (Invalid declaration in template diagno...
2005-06-07  Nathan Sidwellcp-tree.def (DEFAULT_ARG): Adjust documentation.
2005-06-06  Nathan Sidwellre PR c++/21903 (Default argument of template function...
2005-05-27  Roger Saylecp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
2005-04-25  Ian Lance Taylorc-common.def (EXPR_STMT): Remove, moved to C++ frontend.
2005-04-24  Ian Lance Taylorcp-tree.def (USING_STMT): Change class to tcc_statement.
2005-04-20  Ian Lance Taylorc-common.def: Remove STMT_EXPR (moved to cp/cp-tree...
2005-04-17  Ian Lance Taylorc-common.def (SIZEOF_EXPR, [...]): Remove.
next