hash-table.h: support non-zero empty values in empty_slow (v2)
[gcc.git] / gcc / cp / cp-tree.h
2020-01-14 David Malcolmhash-table.h: support non-zero empty values in empty_sl...
2020-01-14 Jason Merrill PR c++/92582 - ICE with member template as requirement.
2020-01-13 Jason MerrillPR c++/33799 - destroy return value if local cleanup...
2020-01-07 Paolo Carliniinit.c (build_new): Add location_t parameter and use...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-30 Paolo Carlinidecl2.c (delete_sanity): Add location_t parameter and...
2019-12-19 Jason MerrillPR c++/66139 - EH cleanups for partially constructed...
2019-12-18 Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-18 Jason MerrillPR c++/12333 - X::~X() with implicit this->.
2019-12-09 Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-06 Jakub JelinekPR c++/92831 - CWG 1299, not extending temporary lifeti...
2019-12-05 Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
2019-12-04 Richard Sandiford[C++] Opt out of GNU vector extensions for built-in...
2019-12-03 Jakub Jelinekcp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATIO...
2019-12-03 Marek PolacekPR c++/91363 - P0960R3: Parenthesized initialization...
2019-11-27 Jason MerrillImplement P1814R0, CTAD for alias templates.
2019-11-27 Jason MerrillFix constrained alias template transparency.
2019-11-27 Jason MerrillPR c++/92206 - ICE with typedef to dependent alias.
2019-11-27 Andrew SuttonDiagnose certain constraint errors as hard errors,...
2019-11-25 Paolo Carlinitypeck.c (cp_build_indirect_ref_1): Add location_t...
2019-11-15 Paolo Carlinitypeck.c (cp_truthvalue_conversion): Add tsubst_flags_t...
2019-11-15 Jason MerrillImplement P1816R0, class template argument deduction...
2019-11-13 Richard Sandiford[C++] Fix interaction between aka changes and DR1558...
2019-11-07 Jason MerrillImplement D1907R1 "structural type".
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-11-05 Jason MerrillVarious small C++ changes.
2019-11-02 Paolo Carlinitypeck.c (composite_pointer_type): Add a const op_locat...
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
2019-11-01 Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-10-31 Jakub Jelinekre PR c++/90947 (Simple lookup table of array of string...
2019-10-30 Jakub Jelinekcp-tree.h (omp_declare_variant_finalize, [...]): Declare.
2019-10-29 Richard SandifordAdd a simulate_builin_function_decl langhook
2019-10-24 Andrew SuttonFinish moving constraint and logic functionality of...
2019-10-24 Nathan Sidwell[C++ PATCH] 'std' identifier not needed
2019-10-22 Richard Sandiford[C++] Avoid exposing internal details in aka types
2019-10-18 Nathan Sidwell[C++ PATCH] anon type names
2019-10-10 Jason Merrill* cp-tree.h (template_info_decl_check): Check ENABLE_TR...
2019-10-09 Marek PolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-05 Jakub JelinekPR c++/91369 - Implement P0784R7: constexpr new
2019-09-27 Jason Merrillcp-tree.h (class iloc_sentinel): New.
2019-09-27 Richard Sandiford[C][C++] Allow targets to check calls to BUILT_IN_MD...
2019-09-23 Marek PolacekPR c++/91844 - Implement CWG 2352, Similar types and...
2019-09-15 Nathan Sidwell[C++ PATCH] simplify clone predicate
2019-09-14 Jason MerrillFormatting and comment syntax adjustments.
2019-09-06 Nathan Sidwell[PATCH] Deprecate -frepo option.
2019-09-06 Nathan Sidwell[C++ PATCH] Reserve a decl_lang bit
2019-09-06 Martin LiskaRemove support for repo files (PR c++/91125).
2019-09-05 Nathan Sidwell[C++ PATCH] vtable decl marking
2019-08-31 Jason MerrillAdd source location to TRAIT_EXPR.
2019-08-29 Paolo Carlinidecl.c (check_var_type): Add location_t parameter and...
2019-08-28 Marek PolacekPR c++/91360 - Implement C++20 P1143R2: constinit.
2019-08-28 Marek PolacekPR c++/91428 - warn about std::is_constant_evaluated...
2019-08-23 Marek PolacekPR c++/79817 - attribute deprecated on namespace.
2019-08-15 Jason MerrillImplement P0848R3, Conditionally Trivial Special Member...
2019-08-13 Marek Polacek* cp-tree.h (DECL_MUTABLE_P): Use FIELD_DECL_CHECK.
2019-08-07 Marek PolacekPR c++/91346 - Implement P1668R1, allow unevaluated...
2019-08-05 Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-07-31 Jason MerrillPR c++/90538 - multiple expansions of capture packs
2019-07-31 Jason MerrillFix copy_node of TEMPLATE_INFO.
2019-07-20 Jason MerrillFix ICE on class template argument deduction with inher...
2019-07-20 Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-04 Andrew StubbsImprove OpenMP map diagnostics.
2019-06-29 Jason MerrillRemove trailing whitespace in C++ front end.
2019-06-25 Jozef LawrynowiczImplement alternate "__intN__" form of "__intN" type
2019-06-23 Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-06-22 Marek PolacekPR c++/86476 - noexcept-specifier is a complete-class...
2019-06-18 Jason Merrilltree.c (build_constructor): Add MEM_STAT_DECL.
2019-06-04 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Don't sorry_at...
2019-05-31 Nathan Sidwell[C++PATCH] Lambda names are anonymous
2019-05-30 Marek Polacek* cp-tree.h (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Fix a...
2019-05-28 Nathan Sidwell[PATCH] Commonize anon-name generation
2019-05-23 Jonathan WakelyAdd whitespace between operator and operand
2019-05-22 Jason MerrillPR c++/20408 - unnecessary code for empty struct.
2019-05-20 Paolo Carlinicp-tree.h: Remove remnants of CONV_NONCONVERTING.
2019-05-20 Nathan Sidwell[C++ PATCH] namespace using directives
2019-05-15 Paolo Carlinicp-tree.h (REFERENCE_VLA_OK): Remove.
2019-05-13 Jason MerrillUse releasing_vec more broadly.
2019-05-10 Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-05-08 Nathan Sidwell[C++ PATCH] Kill DECL_SAVED_FUNCTION_DATA
2019-04-12 Marek PolacekPR c++/87603 - constexpr functions are no longer noexcept.
2019-03-31 Marek PolacekPR c++/89852 - ICE with C++11 functional cast with...
2019-03-30 Jason MerrillPR c++/89744 - ICE with specialization of member class...
2019-03-28 Marek PolacekPR c++/89836 - bool constant expression and explicit...
2019-03-22 Jakub Jelinekre PR c++/60702 (thread_local initialization)
2019-03-05 Jason Merrillre PR c++/86485 ("anonymous" maybe-uninitialized false...
2019-03-02 Jakub Jelinekre PR c++/71446 (Incorrect overload resolution when...
2019-02-22 Jason MerrillPR c++/87685 - generic lambda 'this' capture error.
2019-02-21 Jason MerrillPR c++/87921 - wrong error with inline static data...
2019-02-18 Jason MerrillImprove duplicate [[likely]] diagnostic.
2019-02-17 Marek PolacekPR c++/89217 - ICE with list-initialization in range...
2019-02-13 Alexandre Oliva[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
2019-01-31 Jason MerrillPR c++/88752 - ICE with lambda and constexpr if.
2019-01-27 Marek PolacekPR c++/88815 - narrowing conversion lost in decltype.
2019-01-24 Jason MerrillPR c++/89001 - mangling of reference temporaries
2019-01-18 Jason MerrillPR c++/86205 - ICE with ?: of throw and template-id.
2019-01-17 Alexandre Oliva[PR87768] reset location wrapper suppression when reent...
2019-01-16 Marek PolacekPR c++/78244 - narrowing conversion in template not...
2019-01-14 Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
next