aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-25c-common.def (EXPR_STMT): Remove, moved to C++ frontend.Ian Lance Taylor1-0/+4
2005-04-24cp-tree.def (USING_STMT): Change class to tcc_statement.Ian Lance Taylor1-12/+12
2005-04-20c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def).Ian Lance Taylor1-0/+5
2005-04-17c-common.def (SIZEOF_EXPR, [...]): Remove.Ian Lance Taylor1-0/+10
2005-04-09c-common.def: Move FOR_STMT...Ian Lance Taylor1-1/+23
2005-04-08re PR c++/20145 (template "class has virtual functions ... " is not suppresse...Mark Mitchell1-0/+1
2005-04-06re PR c++/20734 (rejects valid pointer to member)Mark Mitchell1-4/+2
2005-02-11* cp-tree.def, except.c, ptree.c: Update copyright.Kazu Hirata1-1/+1
2005-02-09re PR c++/19733 (ICE on invalid destructor call)Mark Mitchell1-1/+12
2004-12-21system.c (IN_RANGE): Use plain unsigned, not unsigned HOST_WIDE_INT.Nathan Sidwell1-14/+19
2004-11-29re PR c++/18368 (C++ error message regression)Mark Mitchell1-3/+1
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-47/+48
2004-08-27cp-tree.def (OFFSETOF_EXPR): New.Richard Henderson1-0/+3
2004-07-20cp-tree.def (TINST_LEVEL): Make it an 'x' node.Steven Bosscher1-2/+3
2004-06-22cp-tree.def (NEW_EXPR): Add a fourth slot.Mark Mitchell1-2/+3
2004-06-20c-common.def (IF_STMT, [...]): Move to cp-tree.def.Richard Henderson1-0/+14
2004-05-31call.c, [...]: Fix comment formatting.Kazu Hirata1-4/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+9
2004-03-18cp-tree.def (TEMPLATE_TYPE_PARM, [...]): Update comments.Richard Kenner1-2/+2
2004-02-18cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-02-13call.c (conversion_kind): New type.Mark Mitchell1-24/+0
2003-08-15cp-tree.def (NON_DEPENDENT_EXPR): Add operand.Nathan Sidwell1-2/+3
2003-08-10cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): non-NULL NODE is always a TREE_VE...Nathan Sidwell1-4/+4
2003-08-02re PR c++/9447 (using Base<T>::member does not work)Nathan Sidwell1-1/+3
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-8/+1
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-0/+10
2003-07-04call.c (build_addr_func): Handle bound pointers-to-members.Mark Mitchell1-7/+7