aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-2/+2
2006-11-21cp-tree.def (STATIC_ASSERT): New.Douglas Gregor1-0/+28
2006-11-21re PR c++/29734 (ICE with vector in switch condition)Jakub Jelinek1-1/+2
2006-11-20re PR c++/29475 (incomplete template diagnostics.)Simon Martin1-2/+2
2006-11-01In gcc/:Geoffrey Keating1-1/+1
2006-10-23decl.c: Include langhooks.h.Rafael Ávila de Espíndola1-5/+1
2006-10-17re PR c++/27952 (ICE with invalid virtual inheritance)Lee Millward1-1/+1
2006-10-11re PR c++/29024 (storage class specifier accepted for typedef (clause 7.1.1 ;...Lee Millward1-2/+3
2006-09-25re PR c++/27667 (ICE with in-class specialization)Lee Millward1-1/+1
2006-09-25re PR c++/27329 (ICE with misplaced expression)Lee Millward1-1/+1
2006-09-11re PR c++/28991 (Static constructor emitted instead of initialized variable)Mark Mitchell1-0/+1
2006-09-06re PR c++/27371 (Does not warn about unused function result (__attribute__((w...Jason Merrill1-0/+6
2006-08-28re PR c++/28860 (Trouble with bound template template parameter in specializa...Volker Reichelt1-1/+1
2006-08-26re PR c++/28588 (static private function)Mark Mitchell1-1/+2
2006-08-26re PR c++/28852 (ICE on invalid conversion operator)Volker Reichelt1-1/+1
2006-08-20re PR c++/28341 (ICE with references as template parameters)Mark Mitchell1-1/+2