aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2007-09-11decl.c (java_expand_body): Kill.Jan Hubicka1-1/+1
2007-09-05re PR c++/15097 (code generator problem with ::delete and multiple inheritanc...Jason Merrill1-0/+1
2007-08-31re PR c++/32597 (New operation with empty parameter pack does not value-initi...Douglas Gregor1-0/+1
2007-08-28re PR c++/29000 (ICE on invalid use of template in statement-expr)Jason Merrill1-0/+1
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-40/+40
2007-08-25decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini1-22/+20
2007-08-24Makefile.in (tree-inline.o): Add $(TARGET_H) and $(INTEGRATE_H) dependencies.Richard Guenther1-1/+0
2007-08-22re PR c++/29365 (Unnecessary anonymous namespace warnings)Jason Merrill1-0/+2
2007-08-20langhooks-def.h (lhd_tree_inlining_auto_var_in_fn_p): Remove.Richard Guenther1-2/+0
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-0/+4
2007-08-16c-common.c (const_strip_array_types): New.Kaveh R. Ghazi1-9/+9
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor1-1/+1
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/+11
2007-07-22re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell1-0/+5
2007-07-12pt.c (template_parms_variadic_p): Remove.Kazu Hirata1-1/+0
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell1-0/+1
2007-06-15cp-tree.h (DECL_VAR_MARKED_P): Remove.Mark Mitchell1-5/+5
2007-06-01decl.c (get_atexit_fn_ptr_type): New function.Mark Mitchell1-0/+5
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-1/+22
2007-05-25re PR c++/31431 (ICE with invalid parameter pack)Douglas Gregor1-1/+1
2007-05-04c.opt (Wmain,ffreestanding): Enable for C++,ObjC++.Dirk Mueller1-1/+2
2007-04-26re PR target/31388 (ICE building libiberty multilib for mips16 multilibs)Mark Mitchell1-2/+9
2007-04-21tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski1-1/+1
2007-04-17invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...Lawrence Crowl1-0/+1
2007-04-15* cp-tree.h (current_template_parms): Fix typo in comment.Mark Mitchell1-1/+1
2007-04-15* cp-tree.h, error.c: Fix comment typos.Kazu Hirata1-1/+1
2007-04-08langhooks.c (lhd_tree_inlining_add_pending_fn_decls, [...]): Remove.Steven Bosscher1-1/+0
2007-04-072007-04-07 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+1
2007-04-07in / 2007-04-06 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-1/+0
2007-04-02re PR c++/31187 (extern declaration of variable in anonymous namespace preven...Jason Merrill1-0/+1
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-1/+64
2007-03-28decl.c (redeclaration_error_message): Complain when redeclaring a friend func...Douglas Gregor1-0/+1
2007-03-23cp-tree.h (current_tempalte_parms): Improve documentation.Mark Mitchell1-2/+6
2007-03-16invoke.texi (-Wconversion): Document warnings specific to C++.Manuel López-Ibáñez1-0/+1
2007-03-15ptree.c (cxx_print_type): Use formatting markup for integers when printing te...Douglas Gregor1-21/+19
2007-03-11re PR c++/30274 (bool bit-field: wrong increment and decremenet)Mark Mitchell1-0/+1
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-2/+107
2007-03-05typeck2.c (readonly_error): Always emit a hard error.Volker Reichelt1-1/+1
2007-02-28builtins.c (fold_builtin_call_list, [...]): Delete, and replace with...Sandra Loosemore1-2/+4
2007-02-25extend.texi: Document optional priority argument to constructors and destruct...Mark Mitchell1-5/+0
2007-02-22dwarf2out.c (add_AT_string): Call ggc_strdup once per string.Michael Matz1-1/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-0/+81
2007-02-05cp-tree.h (OMP_ATOMIC_CODE): Delete.Paolo Bonzini1-6/+2
2007-02-04class.c, [...]: Follow spelling conventions.Kazu Hirata1-5/+5
2007-01-02c-common.c (c_common_nodes_and_builtins): Since variants of void_type_node ge...Douglas Gregor1-0/+4
2006-12-28cp-tree.h (TYPE_NAMESPACE_SCOPE_P, [...]): Remove.Kazu Hirata1-7/+0
2006-12-16re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-2/+17
2006-12-14re PR c++/19564 (-Wparentheses does not work with the C++ front-end)Ian Lance Taylor1-2/+3
2006-12-08re PR c++/29732 (ICE on invalid friend declaration)Mark Mitchell1-2/+9