]> gcc.gnu.org Git - gcc.git/history - gcc/cp/cp-tree.def
Implement C++20 operator<=>.
[gcc.git] / gcc / cp / cp-tree.def
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.
2005-04-09 Ian Lance Taylorc-common.def: Move FOR_STMT...
2005-04-08 Mark Mitchellre PR c++/20145 (template "class has virtual functions...
2005-04-06 Mark Mitchellre PR c++/20734 (rejects valid pointer to member)
2005-02-11 Kazu Hirata* cp-tree.def, except.c, ptree.c: Update copyright.
2005-02-09 Mark Mitchellre PR c++/19733 (ICE on invalid destructor call)
2004-12-21 Nathan Sidwellsystem.c (IN_RANGE): Use plain unsigned, not unsigned...
2004-11-29 Mark Mitchellre PR c++/18368 (C++ error message regression)
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-08-27 Richard Hendersoncp-tree.def (OFFSETOF_EXPR): New.
2004-07-20 Steven Bosschercp-tree.def (TINST_LEVEL): Make it an 'x' node.
2004-06-22 Mark Mitchellcp-tree.def (NEW_EXPR): Add a fourth slot.
2004-06-20 Richard Hendersonc-common.def (IF_STMT, [...]): Move to cp-tree.def.
2004-05-31 Kazu Hiratacall.c, [...]: Fix comment formatting.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-03-18 Richard Kennercp-tree.def (TEMPLATE_TYPE_PARM, [...]): Update comments.
2004-02-18 Kazu Hiratacfgloop.h, [...]: Update copyright.
2004-02-13 Mark Mitchellcall.c (conversion_kind): New type.
2003-08-15 Nathan Sidwellcp-tree.def (NON_DEPENDENT_EXPR): Add operand.
2003-08-10 Nathan Sidwellcp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL...
2003-08-02 Nathan Sidwellre PR c++/9447 (using Base<T>::member does not work)
2003-07-16 Mark Mitchellcp-tree.def (LOOKUP_EXPR): Remove.
2003-07-09 Mark Mitchellfold-const.c (make_range): Do not access operand 1...
2003-07-04 Mark Mitchellcall.c (build_addr_func): Handle bound pointers-to...
2003-06-18 Nathan Sidwellcp-tree.h (COMPARE_RELAXED): Rename to ...
2003-04-07 Zack Weinbergtree.c (tree_size): For all 'c' and 'x' nodes...
2003-03-15 Gabriel Dos ReisCompile-time improvement: 2/n.
2003-03-07 Mark Mitchellcall.c (merge_conversion_sequences): New function.
2003-01-17 Mark Mitchellre PR c++/9294 ([new parser] parser enters infinite...
next
This page took 5.141933 seconds and 108 git commands to generate.