]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/decl2.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / decl2.c
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-16  Patrick Palkac++: two-stage name lookup for overloaded operators...
2021-11-25  Jakub Jelinekc++: Implement C++23 P2128R6 - Multidimensional subscri...
2021-11-04  Jason Merrillc++: use range-for more
2021-09-08  Richard Bienerc++/102228 - make lookup_anon_field O(1)
2021-09-01  Iain SandoeC-family: Add attribute 'unavailable'.
2021-08-12  Jakub Jelinekopenmp: Diagnose syntax mismatches between declare...
2021-08-11  Jakub Jelinekc++: Optimize constinit thread_local vars [PR101786]
2021-07-02  Jakub Jelinekopenmp: Initial support for OpenMP directives expressed...
2021-06-25  Martin Seborcp: add support for per-location warning groups.
2021-06-01  Jason Merrillc++: -Wdeprecated-copy and #pragma diagnostic [PR94492]
2021-05-19  Marek Polacekc++: Relax attribute on friend declaration checking...
2021-05-14  Marek Polacekc++: Check attributes on friend declarations [PR99032]
2021-04-29  Jason Merrillc++: Fix friend attributes [PR51344]
2021-03-25  Jakub Jelinekc++: Diagnose bare parameter packs in bitfield widths...
2021-03-23  Marek Polacekc++: Fix bogus warning in deprecated namespace [PR99318]
2021-02-12  Nathan SidwellExpunge namespace-scope IDENTIFIER_TYPE_VALUE & global_...
2021-01-11  Jakub Jelinekc++, abi: Fix abi_tag attribute handling [PR98481]
2021-01-04  Jakub JelinekUpdate copyright years.
2021-01-02  Jan HubickaFree datastructures pointing to CFG after parsing
2020-12-18  Kwok Cheung Yeungopenmp: Implicitly add 'declare target' directives...
2020-12-11  Nathan Sidwellc++: Final module preparations
2020-12-11  Nathan Sidwellc++: Refactor final cleanup
2020-12-09  Nathan Sidwellc++: Decl module-specific semantic processing
2020-12-08  Bernd EdlingerAvoid atomic for guard acquire when that is expensive
2020-12-08  Nathan Sidwellc++: Named module global initializers
2020-12-04  Jason Merrillvec: Simplify use with C++11 range-based 'for'.
2020-11-06  Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-10-28  Patrick Palkac++: Check constraints before instantiation from mark_u...
2020-10-27  Nathan Sidwellc++: Kill nested_udts
2020-10-14  Nathan Sidwellc++: DECL_FRIEND_P cleanup
2020-10-07  Nathan Sidwellc++: block-scope externs get an alias [PR95677,PR31775...
2020-09-11  Marek Polacekc++: Remove LOOKUP_CONSTINIT.
2020-09-09  Patrick Palkac++: Fix resolving the address of overloaded pmf [PR96647]
2020-07-22  Nathan Sidwellc++: More cleanups for modern C++
2020-07-14  Nathan Sidwellc++: Comments & formatting
2020-07-02  Jason Merrillc++: Support C++20 virtual consteval functions. [PR88335]
2020-06-17  Jason Merrillc++: Treat in-class default/delete as definitions.
2020-05-15  Jason MerrillPR c++/93286 - ICE with __is_constructible and variadic...
2020-05-11  Jason Merrillc++: tree walk into TYPENAME_TYPE.
2020-04-28  Jason Merrillc++: Redeclaration of implicit operator== [PR94583]
2020-04-27  Jason Merrillc++: Avoid ICE with dependent attribute on type.
2020-04-13  Nathan Sidwellc++: lambdas with internal linkage are different to...
2020-03-27  Patrick Palkac++: Remove redundant calls to type_dependent_expression_p
2020-02-12  Jason Merrillc++: Fix implicit friend operator==.
2020-01-28  Jason Merrillc++: Fix guard variable and attribute weak.
2020-01-21  Jason MerrillPR c++/91476 - anon-namespace reference temp clash...
2020-01-14  David Malcolmhash-table.h: support non-zero empty values in empty_sl...
2020-01-07  Jason MerrillPR c++/47877 - -fvisibility-inlines-hidden and member...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-30  Paolo Carlinidecl2.c (delete_sanity): Add location_t parameter and...
2019-12-20  Eric Botcazouc-ada-spec.h (decl_sloc): Delete.
2019-12-18  Paolo Carlinitypeck.c (cxx_sizeof_or_alignof_type): Add location_t...
2019-12-17  Jakub Jelinekre PR c++/59655 (incorrect diagnostic on templatized...
2019-11-28  Jakub Jelinekre PR c++/92695 (P1064R0 - virtual constexpr fails...
2019-11-12  Jason MerrillImplement P1946R0, Allow defaulting comparisons by...
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-11-05  Jason MerrillCatch missed uses of function with unsatisfied constraints.
2019-10-30  Marek PolacekPR c++/92134 - constinit malfunction in static data...
2019-10-24  Jakub Jelinekgimplify.h (omp_construct_selector_matches): Declare.
2019-10-11  Jason MerrillPreserve the location of explicitly defaulted functions.
2019-10-11  Jakub Jelinekre PR c++/91987 (-fstrict-eval-order issues)
2019-10-07  Paolo Carlinicall.c (resolve_args): Use cp_expr_loc_or_input_loc...
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-08-23  Jason MerrillFix handling of namespace-scope undeduced auto decls.
2019-08-23  Marek PolacekPR c++/79817 - attribute deprecated on namespace.
2019-08-14  Paolo Carlinidecl.c (grokdeclarator): Use id_loc and EXPR_LOCATION...
2019-08-05  Paolo Carlinicp-tree.h (cp_expr_loc_or_input_loc): New.
2019-07-31  Paolo Carlinidecl2.c (delete_sanity): Improve diagnostic locations...
2019-07-08  Jakub Jelinekre PR c++/91110 (ICE: tree check: expected class 'type...
2019-07-04  Andrew StubbsImprove OpenMP map diagnostics.
2019-06-23  Marek PolacekRename DEFAULT_ARG to DEFERRED_PARSE.
2019-05-21  Eric Botcazouc-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OP...
2019-05-17  Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-10  Paolo Carlinicall.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P.
2019-03-22  Jakub Jelinekre PR c++/60702 (thread_local initialization)
2019-03-11  Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08  Jakub Jelinekre PR tree-optimization/89550 (Spurious array-bounds...
2019-02-21  Jason MerrillPR c++/87921 - wrong error with inline static data...
2019-02-21  Jakub Jelinekre PR c++/89403 (ICE in maybe_clone_body, at cp/optimiz...
2019-01-25  Paolo Carlinire PR c++/88969 (ICE in build_op_delete_call, at cp...
2019-01-15  Paolo Carlinidecl.c (start_decl): Improve error location.
2019-01-14  Marek PolacekPR c++/88830 - ICE with abstract class.
2019-01-14  Martin LiskaFix location of tls_wrapper_fn (PR gcov-profile/88263).
2019-01-12  Paolo Carlinidecl.c (cp_finish_decl): Improve error location.
2019-01-11  Tobias BurnusPR C++/88114 Gen destructor of an abstract class
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-27  Martin LiskaUse proper location for tls_init function (PR c++/88263).
2018-12-11  Marek PolacekPR c++/86608 - reading constexpr volatile variable.
2018-12-07  Paolo Carlinidecl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in...
2018-12-06  Jason MerrillPR c++/88136 - -Wdeprecated-copy false positives
2018-12-06  David MalcolmC++: improvements to diagnostics using %P (more PR...
2018-12-06  Paolo Carlinidecl2.c (grokbitfield): Use DECL_SOURCE_LOCATION in...
2018-11-21  Martin Seborc-parser.c (c_parser_has_attribute_expression): New...
2018-11-19  Paolo Carlinidecl2.c (grokfield): Remove obsolete _vptr check; fix...
2018-11-13  Jason MerrillImplement P0315R4, Lambdas in unevaluated contexts.
2018-11-13  Jason Merrilldecl2.c (min_vis_expr_r, [...]): New.
2018-11-13  Jason MerrillImplement P0722R3, destroying operator delete.
2018-11-01  Nathan Sidwell[ABI PATCH] static anonymous unions of function scope
next