function.h: Flatten file.
[platform/upstream/gcc.git] / gcc / cp / cp-tree.h
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-15 Paolo Carlinisemantics.c (is_instantiation_of_constexpr, [...])...
2014-10-14 DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-12 Trevor Saundersmove many gc hashtab to hash_table
2014-10-10 Jason Merrillre PR c++/63207 (ICE in expand_expr_real_l when instant...
2014-10-09 Paolo Carlinisemantics.c (check_constexpr_ctor_body_1): New.
2014-10-09 Jason Merrillre PR c++/63437 ([C++14] Parenthesized "movable but...
2014-10-03 Jason Merrillsemantics.c (constexpr_fn_retval): Ignore declarations...
2014-10-02 Paolo Carlinire PR c++/53025 ([C++11] noexcept operator depends...
2014-10-01 Jason Merrillre PR c++/63362 (The c++11 triviality-traits need front...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE...
2014-09-30 Jason Merrillc-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.
2014-09-30 Jason Merrillc-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.
2014-09-30 Paolo Carlinire PR c++/16564 (g++ seems to go into an infinite loop...
2014-09-16 Jason Merrillpt.c (lookup_template_class_1): Splice out abi_tag...
2014-09-09 Jason Merrilltypeck.c (build_class_member_access_expr): Move -Winval...
2014-08-25 Paolo Carlinire PR c++/34938 (ICE with function pointers and attribu...
2014-08-23 Jason MerrillAllow non-constexpr variable templates.
2014-08-22 Manuel López-Ibáñezre PR c++/57709 (-Wshadow is too strict / has false...
2014-08-22 Jason Merrillre PR c++/62129 (internal compiler error: in output_con...
2014-08-09 Paolo Carliniinvoke.texi ([Wnarrowing]): Update for non-constants...
2014-08-07 Trevor Saundersconvert the rest of the users of pointer_map to hash_map
2014-08-05 Braden ObrzutImplement constexpr variable templates
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-07-15 Jan Hubickatree.c (tree_code_size): Add TRANSLATION_UNIT_DECL...
2014-07-14 Jakub Jelinekre PR middle-end/61294 (erroneous memset used with...
2014-07-06 Marek Polacekre PR c/6940 (taking sizeof array parameter should...
2014-06-30 Jason Merrilldecl.c (build_ptrmemfunc_type): Don't give a PMF RECORD...
2014-06-24 Jan Hubickaclass.c (check_methods, [...]): Guard VINDEX checks...
2014-06-18 Jakub Jelinekgimplify.c (omp_notice_variable): If n is non-NULL...
2014-05-31 Paolo CarliniDR 1227 PR c++/57543
2014-05-20 Paolo Carlinire PR c++/58753 (Brace-initializing a vector with a...
2014-05-20 Paolo Carlinire PR c++/58664 ([c++11] ICE initializing array of...
2014-05-17 Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-14 Paolo Carlinicp-tree.h (DIRECT_LIST_INIT_P): Add.
2014-05-14 Jason Merrillre PR c++/20332 (poor diagnostic when bind non lvalue...
2014-05-09 Momchil Velikovre PR c++/60463 (Lambda function can call a non-const...
2014-05-02 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-04-29 Jason MerrillDR 1351 Represent the unevaluated exception specificati...
2014-04-14 Paolo Carlinitree.h (TYPE_IDENTIFIER): Declare.
2014-04-11 Jason MerrillDR 1030 PR c++/51253
2014-03-11 Paolo Carlinire PR c++/60389 ([c++11] ICE with inheriting constructo...
2014-03-07 Jason Merrillcp-tree.h (REF_PARENTHESIZED_P): New.
2014-02-28 Paolo Carlinire PR c++/58610 ([c++11] ICE with constexpr of class...
2014-02-25 Jason Merrillre PR c++/55877 (Anon visibility issues)
2014-01-31 Jason Merrillre PR c++/57899 (bind/function with data member: infini...
2014-01-30 Jason Merrillre PR c++/59633 (ICE with __attribute((vector_size...
2014-01-23 Jason Merrillre PR c++/55189 (enable -Wreturn-type by default)
2014-01-08 Jason Merrillre PR c++/59614 (Explostion in compile time of heavily...
2014-01-03 Paolo CarliniCore DR 1442 PR c++/59165
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-11 Balaji V. IyerAdded Compiler Support for _Cilk_spawn and _Cilk_sync...
2013-11-23 Easwaran Ramanre PR c++/59031 (vtable lookup not optimized away)
2013-11-15 Aldy HernandezMakefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-11-12 Adam ButcherSupport implicit parameter packs.
2013-10-30 Tobias Burnusre PR other/33426 (Support of #pragma ivdep)
2013-10-23 Jason MerrillIn C++11 a trivial [cd]tor might not be callable.
2013-10-11 Jakub Jelinektarget.c: New file.
2013-09-16 Adam ButcherSupport using 'auto' in a function parameter list to...
2013-09-15 Jason Merrillre PR c++/41933 ([c++0x] lambdas and variadic templates...
2013-09-13 Adam ButcherRevert r202554, r202540 and r202539.
2013-09-12 Adam ButcherSupport using 'auto' in a function parameter list to...
2013-09-12 Paolo Carlini2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>
2013-08-30 Paolo Carlinire PR c++/51424 ([C++11] G++ should diagnose self-deleg...
2013-08-30 Jan Hubickaclass.c (build_vtbl_initializer): Make __cxa_deleted_vi...
2013-08-27 Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-08-26 Jan Hubickatree.h (tree_decl_with_vis): Add cxx_constructor, cxx_d...
2013-08-25 Jan Hubickatree.h (TYPE_FINAL_P, [...]): New macros.
2013-08-21 Paolo Carlinire PR c++/56130 (__attribute__((deprecated)) does not...
2013-08-14 Paolo Carlinire PR c++/51912 ([C++11] G++ accepts floating point...
2013-08-07 Caroline TiceCommit the vtable verification feature.
2013-08-02 Paolo Carlinicp-tree.h (finish_stmt): Do not declare.
2013-08-01 Fabien Chênere PR c++/54537 (undiagnosed using-declaration conflict...
2013-07-25 Paolo Carlinire PR c++/57981 (ICE in this code)
2013-07-24 Paolo Carlinire PR c++/57942 (g++-4.8.1 tries to instantiate wrong...
2013-07-22 Paolo Carlinicp-tree.h (DERIVED_FROM_P): Pass tf_none to lookup_base...
2013-07-13 Jason Merrillcall.c (can_convert): Allow user-defined conversions.
2013-07-09 Jason Merrillre PR c++/57550 (bogus "error ... is private")
2013-07-04 Paolo Carlinire PR c++/38634 (ICE with wrong number of template...
2013-06-29 Ed Smith-Rowlandlex.c (lex_raw_string(), [...]): Constrain suffixes...
2013-06-28 Balaji V. IyerImplemented Jason Merrill's suggestions on Array Notati...
2013-06-27 Marc Glissere PR c++/57509 (Segmentation fault when using __builti...
2013-06-21 Balaji V. IyerImplemented Cilk Plus Array Notation for C++
2013-06-21 Jason Merrillre PR c++/55149 (capturing VLA in lambda)
2013-06-20 Jason Merrillpt.c (process_partial_specialization): Build a TEMPLATE...
2013-06-20 Jason Merrill* cp-tree.h (DECL_TEMPLATE_PARMS, DECL_TEMPLATE_RESULT)
2013-06-17 Richard Bienerlto-streamer.h (enum LTO_tags): Add LTO_tree_scc.
2013-06-06 Jason Merrillcomment tweaks
2013-06-03 Paolo Carlinire PR c++/57419 (Access control doesn't stop referring...
2013-05-30 Jason Merrillre PR c++/52377 (C++11 non-static initializers in union...
2013-05-21 Paolo Carlinicall.c (build_conditional_expr_1): Add location_t param...
2013-05-20 Jason Merrillre PR c++/57319 (bogus "defaulted move assignment for...
2013-05-09 Jason MerrillN3639 C++1y VLA support
2013-05-09 Jason MerrillCore 624/N2932: Throw bad_array_new_length on overflow
2013-04-24 Jason MerrillN3648: Allow braced and parenthesized initializers.
2013-04-24 Paolo Carlinire PR c++/56970 (SFINAE does not apply correctly to...
2013-04-22 Jason Merrillpt.c (fn_type_unification): Push tinst level around...
2013-04-19 Jason MerrillN3638 changes to return type deduction
2013-04-11 Jason Merrillre PR c++/52748 ([C++11] N3276 changes to decltype)
2013-04-04 Jason Merrillcp-tree.h (FUNCTION_OR_METHOD_TYPE_CHECK): Remove.
next