Add support for C++0x nullptr.
[platform/upstream/gcc.git] / gcc / cp / cp-tree.h
2009-04-20 Ian Lance Taylorcp-tree.h (base_access): Change typedef to int.
2009-04-18 Kazu Hiratacp-tree.h: Remove the prototype for insert_block.
2009-04-16 Ian Lance Taylorcp-tree.h (enum tsubst_flags): Rename from enum tsubst_...
2009-04-02 Jason Merrillre PR c++/25185 (deep typedef substitution in error...
2009-04-02 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-03-31 Jason Merrillre PR c++/37806 (CV-qualifiers on function typedef...
2009-03-31 Jason MerrillPR c++/38030, 38850, 39070
2009-03-29 Joseph Myersre PR preprocessor/34695 (Preprocessor warning->error...
2009-03-29 Paolo Bonzinic-common.c (c_expand_expr, c_staticp): Remove.
2009-03-26 Andrew Haleyre PR c++/39380 (All programs that link Java and C...
2009-03-17 Jason Merrilldecl.c (grokfndecl): Set DECL_CONTEXT on parms.
2009-03-07 H.J. Lure PR target/37520 (NO_DOLLAR_IN_LABEL should be define...
2009-03-05 Jason Merrillre PR c++/38908 (Unexplained "'<anonymous>' is used...
2009-03-04 Jason Merrillre PR c++/9634 ([DR224] Injected class name as qualifie...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2009-02-19 H.J. Lure PR c++/39188 (G++ doesn't handle static anonymous...
2009-02-13 Jason Merrillre PR c++/39070 (ICE with typeof() (... and __decltype))
2009-02-11 Jason Merrillre PR c++/30111 (Value-initialization of POD base class...
2009-02-10 Paolo Carlinire PR c++/34397 (ICE on invalid default template parameter)
2009-02-09 Jason Merrillre PR c++/39109 (Accessible constructor required for...
2009-02-07 Paolo Carlinire PR c++/35147 (ICE trying to expand an argument pack...
2009-01-22 Dodji SeketeliReverted commit 143546 related to PR c++/26693
2009-01-21 Dodji Seketelire PR c++/26693 (Access checks not performed for types...
2009-01-15 Jason Merrillre PR c++/36334 (typedef to function type leads to...
2009-01-12 Dodji Seketelire PR c++/36019 (template parameter does not hide class...
2009-01-05 Jason Merrillre PR c++/38701 (ICE with defaulted function)
2008-12-17 Jason Merrillsemantics.c (describable_type): New function.
2008-12-10 Mark Mitchellre PR c++/37971 (Rejects default argument that is...
2008-12-02 Jason MerrillPR c++/35782, c++/37860
2008-11-28 Jason Merrillre PR c++/38233 ('map' value type + new uninitted const...
2008-11-18 Jason Merrillre PR c++/37962 (ICE with (auto*) casts)
2008-11-05 Fabien Chênere PR c++/32519 (g++ allows access to protected templat...
2008-10-19 Manuel López-Ibáñezre PR c++/37004 ([C++ only] Wconversion warns for short...
2008-10-13 Doug Evans* cp-tree.h (DECL_MAIN_P): Fix parentheses around expre...
2008-09-23 Aldy Hernandezc-tree.h: Add argument to c_objc_common_truthvalue_conv...
2008-09-15 Aldy Hernandezcrash16.C: Function name is the correct location for...
2008-09-09 Paolo Bonzinic-common.c (c_expand_decl): Remove.
2008-09-08 Jason Merrillre PR c++/37302 (function parameters are declared too...
2008-09-03 Jakub Jelinekre PR c++/37189 (OpenMP task construct with implicit...
2008-09-03 Jason Merrillre PR c++/37208 (C++0x deleted functions and SFINAE)
2008-09-03 Aldy Hernandezdiagnostic.c (error_at): New.
2008-09-01 Jason MerrillImplement late-specified return type using 'auto'.
2008-08-30 Michael MeissnerChange attribute((option(...))) to attribute((target...
2008-08-30 Jason MerrillImplement C++0x 'auto' semantics.
2008-08-27 Manuel López-Ibáñezcp-tree.h: Fix #error directive.
2008-08-26 Douglas Gregorc-common.c (do_switch_warnings): Look through the CONST...
2008-08-14 Paolo Carlinire PR c++/34485 (ICE with undefined type in template...
2008-08-08 Manuel López-Ibáñezre PR other/36901 (pedwarn() + -pedantic-errors + ...
2008-07-31 Jason Merrillre PR c++/11309 (Testsuite failures in g++.dg/expr...
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-07-27 Paolo Carlinidecl.c (push_library_fn): Add a parameter for the excep...
2008-07-25 Jan Hubickatypeck.c (inline_conversion): Remove.
2008-07-24 Jason MerrillImplement defaulted/deleted functions as per N2346
2008-07-21 Ralf Wildenhuesobjc-act.c: Fix comment typos.
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-11 Dodji Seketelire PR c++/31754 (Improve column number accuracy in...
2008-07-02 Jason MerrillImplement WG21 N2672, Initializer List proposed wording
2008-06-21 Ian Lance Taylortree.h (enum tree_code): Include all-tree.def, not...
2008-06-14 Simon Martinre PR c++/35320 (ICE with invalid friend declaration)
2008-06-06 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value...
2008-05-21 Jakub Jelinekre PR c++/36023 (ICE with cast to variable-sized object)
2008-04-24 Jakub Jelinekre PR c++/35758 (vector_size attribute lost in function...
2008-04-04 Paolo Bonzinifunction.c (free_after_parsing): Replace with cxx_push_...
2008-03-27 Douglas Gregorre PR bootstrap/35704 (Bootstrap failure on i686-apple...
2008-03-25 Douglas Gregortypeck.c (composite_pointer_type_r): Add SFINAE support.
2008-03-21 Paolo Carlinicp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
2008-03-07 Paolo Bonzinirevert: re PR c++/35049 (g++.dg/conversion/simd3.C...
2008-02-14 Manuel López-Ibáñezre PR c++/5645 (gcc warns that pure virtual class not...
2008-02-06 Douglas Gregorre PR c++/35049 (g++.dg/conversion/simd3.C:12: error...
2008-02-04 Jason Merrillre PR c++/33916 (Default constructor fails to initializ...
2008-01-29 Michael MeissnerFix 35004, grow tree_code bitfield to 16 bits
2008-01-29 Douglas Gregorre PR c++/34055 (ICE with invalid specialization of...
2007-11-06 Douglas Gregorre PR c++/31439 (ICE with variadic template and broken...
2007-11-06 Jakub Jelinekre PR c++/33894 (pragma omp atomic broken)
2007-11-02 Diego Novillolanghooks.h (struct lang_hooks_for_callgraph): Remove...
2007-10-26 Jason Merrillre PR c++/24791 (ICE on invalid instantiation of templa...
2007-10-26 Ollie Wildexpr.c (cxx_expand_expr): Removed.
2007-10-24 Jason MerrillPR c++/25950 (DR 391)
2007-09-30 Jason Merrillre PR c++/33094 (ICE on valid C++ virtual template...
2007-09-27 Jakub Jelinekbuiltins.c (expand_builtin, [...]): Use new %K format...
2007-09-24 Jakub Jelinekre PR c++/33506 (TYPE_RAISES_EXCEPTIONS dumped with...
2007-09-23 Jason Merrillre PR c++/19407 (vector keyword in typedef inside templ...
2007-09-20 Jason Merrillre PR c++/7586 (Incorrect handling of attributes in...
2007-09-14 Jason MerrillPR c++/17743, c++/19163
2007-09-11 Jan Hubickadecl.c (java_expand_body): Kill.
2007-09-06 Jason Merrillre PR c++/15097 (code generator problem with ::delete...
2007-08-31 Douglas Gregorre PR c++/32597 (New operation with empty parameter...
2007-08-28 Jason Merrillre PR c++/29000 (ICE on invalid use of template in...
2007-08-25 Kaveh R. Ghazic-common.c (vector_types_convertible_p, [...]): Constify.
2007-08-25 Paolo Bonzinidecl.c (cp_tree_node_structure): Kill TINST_LEVEL case.
2007-08-24 Richard GuentherMakefile.in (tree-inline.o): Add $(TARGET_H) and $...
2007-08-22 Jason Merrillre PR c++/29365 (Unnecessary anonymous namespace warnings)
2007-08-20 Richard Guentherlanghooks-def.h (lhd_tree_inlining_auto_var_in_fn_p...
2007-08-20 Richard Guenthertree.c (WALK_SUBTREE): Call walk_tree_1.
2007-08-16 Kaveh R. Ghazic-common.c (const_strip_array_types): New.
2007-08-11 Ian Lance Tayloralias.h (alias_set_type): Define new type.
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-07-22 Nathan Sidwellre PR c++/30818 (templates and typedefs cause function...
2007-07-12 Kazu Hiratapt.c (template_parms_variadic_p): Remove.
next