Daily bump.
[gcc.git] / gcc / cp / decl.c
2020-09-11 Nathan Sidwellc++: Concepts and local externs
2020-09-11 Marek Polacekc++: Remove LOOKUP_CONSTINIT.
2020-09-10 Nathan Sidwellc++: TINFO_VAR_DECLARED_CONSTINIT -> DECL_DECLARED_CONS...
2020-09-10 Nathan Sidwellc++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P
2020-09-09 Marek Polacekc++: Further tweaks for new-expression and paren-init...
2020-09-09 Marek Polacekc++: Fix ICE in reshape_init with init-list [PR95164]
2020-09-03 Marek Polacekc++: Fix P0960 in member init list and array [PR92812]
2020-08-27 Martin Liskavec: add exact argument for various grow functions.
2020-08-26 Nathan Sidwellc++: template operator lookup caching
2020-08-14 Nathan Sidwellc++: More simplification of name_lookup api
2020-07-31 Jakub Jelinekc++: Use error_at rather than warning_at for missing...
2020-07-28 Nathan Sidwellc++: Set more DECL_CONTEXTs
2020-07-27 Nathan Sidwellc++: Name as_base type
2020-07-22 Nathan Sidwellc++: More cleanups for modern C++
2020-07-21 Sunil K PandeyAdd TARGET_LOWER_LOCAL_DECL_ALIGNMENT [PR95237]
2020-07-17 Marek Polacekc++: Diagnose cv-qualified decltype(auto) [PR79815]
2020-07-14 Marek Polacekc++: Improve checking of decls with trailing return...
2020-07-14 Nathan Sidwellc++: Comments & formatting
2020-07-06 Nathan Sidwellc++: Always use pushdecl for exception library helpers
2020-07-02 Jason Merrillc++: Support C++20 virtual consteval functions. [PR88335]
2020-06-29 Marek Polacekc++: Check uniqueness of concepts/variable templates...
2020-06-23 Jason Merrillc++: Improve CTAD for aggregates [PR93976]
2020-06-17 Jason Merrillc++: Treat in-class default/delete as definitions.
2020-06-16 Patrick Palkac++: Improve access checking inside templates [PR41437]
2020-05-28 Jakub Jelinekc++: Try to complete decomp types [PR95328]
2020-05-28 Jason Merrillc++: Immediately deduce auto member [PR94926].
2020-05-27 Jason Merrillc++: Handle multiple aggregate overloads [PR95319].
2020-05-27 Jason Merrillc++: Fix stdcall attribute in template. [PR95222]
2020-05-21 Jason Merrillc++: Check constant array bounds later.
2020-05-21 Jason Merrillc++: Constant expression parsing and parameters.
2020-05-21 Jason Merrillc++: Improve error-recovery for parms.
2020-05-20 Marek Polacekc++: Implement DR 2289, Uniqueness of structured bindin...
2020-05-18 Marek Polacekc++: ICE with -Wall and constexpr if [PR94937]
2020-05-13 Marek Polacekc++: explicit(bool) malfunction with dependent expressi...
2020-05-13 Jason Merrillc++: Replace "C++2a" with "C++20".
2020-05-11 Jason Merrillc++: Make references to __cxa_pure_virtual weak.
2020-05-11 Jason Merrillc++: Tweak VLA representation.
2020-05-11 Jason Merrillc++: Avoid unnecessary deprecated warnings.
2020-05-07 Iain Sandoecoroutines: Improve error recovery [PR94817, PR94829].
2020-05-07 Marek Polacekc++: Fix spelling of non-static
2020-05-06 Nathan Sidwellc++: QT overload regression with attribute [PR94946]
2020-05-01 Jason Merrillc++: -fmerge-all-constants vs. destructors [PR91529]
2020-04-28 Jason Merrillc++: Redeclaration of implicit operator== [PR94583]
2020-04-27 Jason Merrillc++: Avoid ICE with dependent attribute on type.
2020-04-25 Jason Merrillc++: implicit operator== with previous decl [PR94583]
2020-04-22 Martin Seborc++: reject scalar array initialization with nullptr...
2020-04-09 Marek Polacekc++: Fix wrong paren-init of aggregates interference...
2020-04-08 Martin LiskaAllow new/delete operator deletion only for replaceable.
2020-04-08 Jakub Jelinekc++: Further fix for -fsanitize=vptr [PR94325]
2020-04-07 Jason Merrillc++: Fix ICE with implicit operator== [PR94462]
2020-03-27 Patrick Palkac++: Remove redundant calls to type_dependent_expression_p
2020-03-18 Jakub Jelinekc++: Diagnose a deduction guide in a wrong scope [PR91759]
2020-03-12 Jakub Jelinekc++: Tweak reshape_init_array_1 [PR94124]
2020-03-11 Marek Polacekc++: Fix wrong conversion error with non-viable overloa...
2020-03-09 Marek Polacekc++: Fix convert_like in template [PR91465, PR93870...
2020-02-27 Marek Polacekc++: Fix ICE with invalid array bounds [PR93789]
2020-02-22 Marek Polacekc++: Use %qs in diagnostic message [PR93882]
2020-02-05 Marek Polacekc++: Fix ICE with CONSTRUCTOR flags verification [PR93559]
2020-02-05 Jason Merrillc++: Fix SEGV with malformed constructor decl.
2020-02-02 Marek Polacekc++: Fix ICE on invalid alignas in a template [PR93530]
2020-01-31 Jason Merrillc++: Reduce memory consumption for arrays of non-aggreg...
2020-01-28 Jason Merrillc++: Function declared with typedef with eh-specification.
2020-01-25 Jason Merrillc++: Fix ICE with constrained friend (PR93400).
2020-01-23 Jason Merrillc++: Fix ICE with defaulted destructor and template.
2020-01-21 Jason MerrillPR c++/91476 - anon-namespace reference temp clash...
2020-01-19 Jason MerrillPR c++/33799 - destroy return value, take 2.
2020-01-18 Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-15 Jason MerrillRevert "PR c++/33799 - destroy return value if local...
2020-01-13 Jason MerrillPR c++/33799 - destroy return value if local cleanup...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-30 Marek PolacekRemove assert in reshape_init_r.
2019-12-30 Paolo Carlinidecl2.c (delete_sanity): Add location_t parameter and...
2019-12-20 Marek PolacekPR c++/92745 - bogus error when initializing array...
2019-12-18 Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-17 Jason MerrillPR c++/92576 - redeclaration of variable template.
2019-12-09 Paolo Carlinitypeck.c (check_for_casting_away_constness): Add locati...
2019-12-06 Richard Sandiford[C++] Pass type uses through the verify_type_context...
2019-12-05 Marek PolacekPR c++/91353 - P1331R2: Allow trivial default init...
2019-12-05 Paolo Carlinitypeck2.c (build_functional_cast): Add location_t param...
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-29 Jakub Jelinekre PR c++/60228 (ICE using lambda in #pragma omp declar...
2019-11-27 Jason MerrillPR c++/92206 - ICE with typedef to dependent alias.
2019-11-22 Jakub Jelinekre PR c++/92458 (Constraints do not work with precompil...
2019-11-12 Jason MerrillImplement P1946R0, Allow defaulting comparisons by...
2019-11-11 Jakub Jelinekre PR c++/92447 (ICE in poplevel, at cp/decl.c:585)
2019-11-06 Jason MerrillC++20 NB CA378 - Remove constrained non-template functions.
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-11-05 Jakub Jelinekdecl.c (omp_declare_variant_finalize_one): Call declare...
2019-11-02 Jakub Jelinekgimplify.h (omp_construct_selector_matches): Change...
2019-11-01 Jakub JelinekPR c++/88335 - Implement P1073R3: Immediate functions
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_enum_decl langhook
2019-10-29 Richard SandifordAdd a simulate_builin_function_decl langhook
2019-10-24 Marek PolacekAdd missing space to diagnostic in reshape_init_r.
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 Jakub Jelinekre PR tree-optimization/85887 (Missing DW_TAG_lexical_b...
2019-10-18 Nathan Sidwell[C++ PATCH] anon type names
next