name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...
[gcc.git] / gcc / cp / pt.c
2017-09-06 Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-09-05 Nathan Sidwellcp-tree.h (lang_decl_base): Rename template_conv_p...
2017-09-05 Nathan Sidwellclass.c (unreverse_member_declarations): Remove extrane...
2017-08-31 Jason MerrillPR c++/82029 - __PRETTY_FUNCTION__ in lambda in template
2017-08-30 Ville VoutilainenMake taking the address of an overloaded function a...
2017-08-29 Jason MerrillReimplement handling of lambdas in templates.
2017-08-29 Jason MerrillRemove unnecessary LAMBDA_EXPR fields.
2017-08-29 Jason MerrillVarious small fixes.
2017-08-29 Jason MerrillAdjust C++17 class deduction use of DECL_ABSTRACT_ORIGIN.
2017-08-29 Jason MerrillSupport copying local_specializations.
2017-08-29 Jason MerrillAdd immediate potential_constant_expression variants.
2017-08-29 Jason MerrillInstantiate default arguments/member initializers once.
2017-08-25 Nathan SidwellConversion operators have a special name
2017-08-21 Nathan Sidwellre PR c++/81899 (ICE: Segmentation fault)
2017-08-11 Jason MerrillPR c++/81671 - nullptr_t template parameter
2017-08-09 Jason MerrillPR c++/81525 - wrong constant value with generic lambda
2017-08-09 Jason MerrillPR c++/81359 - Unparsed NSDMI error from SFINAE context.
2017-08-04 Paolo Carlinire PR c++/79790 ([C++17] ICE class template argument...
2017-07-31 Jan HubickaRecover GOTO predictor.
2017-07-26 Jason MerrillP0702R1 - List deduction of vector.
2017-07-21 Nathan SidwellRemove TYPE_METHODS.
2017-07-14 David Malcolmc/c++: Add fix-it hints for suggested missing #includes
2017-07-13 Jason MerrillP0512R0 - Deduction from an initializer list.
2017-06-30 Nathan Sidwellconfig-lang.in (gtfiles): Add cp/lex.c.
2017-06-30 Nathan Sidwellcp-tree.h (lookup_fnfields_1, [...]): Don't declare.
2017-06-30 Nathan Sidwellcall.c (build_new_method_call_1): Use constructo_name...
2017-06-29 Jason MerrillPR c++/81180 - ICE with C++17 deduction of member class...
2017-06-28 Jason MerrillPR c++/69300 - ICE with self-referential noexcept
2017-06-28 Jason MerrillPR c++/61022 - error with variadic template template...
2017-06-28 Jason MerrillPR c++/72801 - ICE with variadic partial specialization
2017-06-28 Jason MerrillPR c++/45976 - error with ::template in declarator.
2017-06-27 Nathan Sidwellpt.c (tsubst_decl <FUNCTION_DECL>): Move var decls...
2017-06-27 Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-26 Jason MerrillPR c++/81215 - deduction failure with variadic TTP.
2017-06-23 Jason MerrillPR c++/79056 - C++17 ICE with invalid template syntax.
2017-06-22 Nathan SidwellReorder IDENTIFIER flags
2017-06-19 Jason MerrillPR c++/81073 - constexpr and static var in statement...
2017-06-19 Nathan Sidwellpt.c (coerce_template_parms): Fix indentation.
2017-06-17 Jason MerrillPR c++/81045 - Wrong type-dependence with auto return...
2017-06-17 Jason MerrillPR c++/81102 - Wrong error with partial specialization.
2017-06-17 Jason MerrillPR c++/80174 - ICE with partial specialization of membe...
2017-06-16 Nathan Sidwell* pt.c (tsubst_baselink): Fix & clarify formatting.
2017-06-16 Nathan SidwellMake keyed_classes a vector.
2017-06-11 Jason Merrilltree.h (id_equal): New.
2017-06-10 Jason MerrillMissing bits from N4268, constant evaluation for all...
2017-06-10 Jason MerrillOverhaul pointer-to-member conversion and template...
2017-06-09 Jason MerrillFix template argument of nullptr_t type.
2017-06-09 Jason MerrillFix array decay handling in constant expressions.
2017-06-09 Jason MerrillPR c++/80384 - ICE with dependent noexcept-specifier
2017-06-07 Jonathan WakelyPR c++/80990 use cv-qualifiers in class template argume...
2017-05-31 Jason MerrillPR c++/80840 - ICE with constexpr and reference
2017-05-30 Nathan Sidwellcp-tree.def (OVERLOAD): Fix comment.
2017-05-29 Nathan SidwellPR c++/80891 (#1,#5)
2017-05-29 Nathan SidwellPR c++/80891 (#1)
2017-05-29 Nathan SidwellPR c++/80891 (#3)
2017-05-26 Nathan Sidwellcp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.
2017-05-26 Jakub Jelinekcp-tree.h (struct lang_decl_decomp): New type.
2017-05-25 Nathan SidwellKill OVL_CURRENT, OVL_NEXT.
2017-05-23 Jason MerrillPR c++/80396 - built-in for make_integer_sequence.
2017-05-23 Nathan Sidwellcp-tree.h (OVL_P): New.
2017-05-22 Nathan Sidwellname-lookup.h (parse_using_directive): Replace with ...
2017-05-19 Nathan Sidwellcall.c (add_list_candidates): Use OVL_FIRST.
2017-05-18 Nathan Sidwellcp-tree.h (OVL_ARG_DEPENDENT): Delete.
2017-05-18 Nathan Sidwellcp-tree.h (lookup_add): Swap args.
2017-05-17 Nathan Sidwellclass.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.
2017-05-16 Nathan Sidwellcp-tree.h (OVL_NESTED_P, [...]): New.
2017-05-16 Nathan Sidwellcall.c (build_user_type_conversion_1): Use OVL_FIRST.
2017-05-16 Nathan Sidwellcp-tree.h (class ovl_iterator, [...]): New OVERLOAD...
2017-05-16 Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-16 Nathan Sidwellpt.c (tsubst_copy_and_build): Remove unnecessary COMPON...
2017-05-16 Nathan Sidwellcp-tree.h (SCOPE_DEPTH): New.
2017-05-11 Nathan Sidwellname-lookup.h (pushdecl): Add default friend parm.
2017-05-10 Nathan Sidwellpt.c (print_candidates_1): Separate TREE_LIST and OVERL...
2017-05-10 Nathan Sidwellcp-tree.h (build_new_function_call): Lose koenig_p...
2017-05-10 Jason MerrillHave other unify failure functions call unify_invalid.
2017-05-10 Jason MerrillCWG 1847 - Clarifying compatibility during partial...
2017-05-10 Jason Merrillpt.c (dependent_type_p): Make sure we aren't called...
2017-05-10 Jason MerrillPR c++/79549 - C++17 ICE with non-type auto template...
2017-05-10 Nathan Sidwellcp-tree.h (add_method, [...]): Change last arg to bool.
2017-05-09 Paolo Carlinire PR c++/80186 (ICE on C++ code with invalid construct...
2017-05-09 Jason MerrillPR c++/70167 - array prvalue treated as lvalue
2017-05-08 Nathan SidwellRevert _binding -> _value change.
2017-05-05 Nathan Sidwellcp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_...
2017-05-04 Martin SeborPR translation/80280 - Missing closing quote (%>) c...
2017-05-04 Nathan SidwellMore global trees.
2017-05-02 Paolo Carlinipt.c (is_auto_or_concept): Remove.
2017-04-24 Volker Reicheltdecl.c (grokdeclarator): Use %qT instead of %<%T%> in
2017-04-17 Jason Merrill* pt.c (tsubst_init): Set TARGET_EXPR_DIRECT_INIT_P.
2017-04-11 Jakub Jelinekre PR c++/80370 (ICE when using structured bindings...
2017-04-09 Jason MerrillPR c++/80356 - ICE with reference to function template...
2017-04-09 Jason MerrillPR c++/80267 - ICE with nested capture of reference
2017-04-05 Jakub Jelinekre PR c++/80309 (ICE: canonical types differ for identi...
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-03-24 Jason MerrillPR c++/77339 - ICE with invalid use of alias template.
2017-03-23 Jason MerrillPR c++/80150 - ICE with overloaded variadic deduction.
2017-03-20 Jason MerrillPR c++/80096 - ICE with C++17 non-type auto.
2017-03-20 Jason MerrillPR c++/79640 - infinite recursion with generic lambda.
2017-03-10 Jason MerrillPR c++/79960 - alias templates and partial ordering
2017-03-06 Jason MerrillRevert "Allow deduction guides to look into primary...
2017-03-03 Jason MerrillUpdate overload resolution with deduction guides.
next