aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Implement N4295 fold-expressions.Andrew Sutton1-0/+20
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+88
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-30c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill1-2/+2
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-3/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-08-17invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek1-4/+1
2011-12-12Add condition to MUST_NOT_THROW_EXPR.Torvald Riegel1-2/+3
2011-11-20re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well)Jason Merrill1-1/+1
2011-10-18[multiple changes]Benjamin Kosnik1-0/+4
2011-10-11re PR c++/49855 (internal compiler error: in fold_convert_const_int_from_real)Jason Merrill1-0/+1
2011-06-29re PR c++/49520 ([C++0x] using-declaration and operator&& confuses constexpr)Jason Merrill1-1/+1
2011-06-17re PR c++/43912 ([C++0x] lambda debug info does not describe captured variables)Jason Merrill1-0/+2
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-0/+5
2011-05-10mark EXPR_PACK_EXPANSION as typed onlyNathan Froyd1-1/+1
2011-05-02revert: re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-2/+2
2011-04-27re PR c++/40975 (ICE in copy_tree_r on array new)Jason Merrill1-2/+2
2011-04-25c-common.c (struct c_common_resword): Add __underlying_type.Paolo Carlini1-1/+5
2011-04-14cp-tree.def (SWITCH_STMT): Add an extra operand.Nathan Froyd1-2/+3
2011-04-14cp-tree.def (IF_STMT): Add an extra operand.Nathan Froyd1-2/+2
2011-04-14cp-tree.def (FOR_STMT, [...]): Add an extra operand.Nathan Froyd1-4/+4
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-10-07In gcc/testsuite/: 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-1/+1
2010-10-06In gcc/cp/: 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero1-0/+4
2010-09-11Implement range-based for-statements.Rodrigo Rivas Costa1-0/+5
2010-06-04Implement noexcept operator (5.3.7)Jason Merrill1-0/+1
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-3/+0
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+3
2009-11-23re PR c++/14777 (typedef doesn't fully expose base class type)Dodji Seketeli1-0/+10
2009-10-26re PR c++/41785 ([C++0x] ICE on canonical types with variadic templates and C...Dodji Seketeli1-1/+1
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-1/+17
2007-08-25decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini1-11/+0
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+5
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-0/+7
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+5
2007-03-17* cp-tree.def, parser.c, pt.c: Fix comment typos.Kazu Hirata1-1/+1
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-0/+70
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-4/+6
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-0/+8
2006-06-14* cp-tree.def: Fix typo.Gabriel Dos Reis1-1/+1
2005-09-16re PR c++/23357 (ICE with __alignof__ on template arguments)Jason Merrill1-2/+2
2005-09-09dbxout.c: Include expr.h.Richard Henderson1-4/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Canonicalize whitespace.Mike Stump1-8/+8
2005-06-14Remove extra white spacing at end of lines.Mike Stump1-16/+16
2005-06-08re PR c++/19497 (Invalid declaration in template diagnosed too late)Nathan Sidwell1-4/+4
2005-06-07cp-tree.def (DEFAULT_ARG): Adjust documentation.Nathan Sidwell1-3/+3
2005-06-06re PR c++/21903 (Default argument of template function causes a compile-time ...Nathan Sidwell1-1/+3
2005-05-27cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.Roger Sayle1-0/+4