c++: Detect deduction guide redeclaration [PR97099]
[gcc.git] / gcc / cp / name-lookup.c
2020-09-10 Nathan Sidwellc++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P
2020-08-26 Nathan Sidwellc++: template operator lookup caching
2020-08-18 Nathan Sidwellc++: Move hidden-lambda entity lookup checking
2020-08-14 Nathan Sidwellc++: Final bit of name-lookup api simplification
2020-08-14 Nathan Sidwellc++: Yet more name-lookup api simplification
2020-08-14 Nathan Sidwellc++: More simplification of name_lookup api
2020-08-13 Nathan Sidwell[c++]: Unconfuse lookup_name_real API a bit
2020-07-14 Nathan Sidwellc++: Comments & formatting
2020-06-16 Marek Polacekc++: Fix ICE in check_local_shadow with enum [PR95560]
2020-05-14 Patrick Palkac++: Missing SFINAE with lookup_fnfields [PR78446]
2020-05-13 Jason Merrillc++: Replace "C++2a" with "C++20".
2020-04-14 Marek Polacekc++: Improve redeclared parameter name diagnostic ...
2020-03-27 Nathan Sidwell[pr84733] Fix ICE popping local scope
2020-03-27 Nathan Sidwellc++: Fix ICE after ambiguous inline namespace reopen...
2020-03-17 Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-02-13 Jason Merrillc++: Fix useless using-declaration.
2020-02-06 Marek Polacekc++: Fix ICE with lambda in operator function [PR93597]
2020-01-27 Nathan Sidwellc++: Bogus error using namespace alias [PR91826]
2020-01-25 Jason Merrillc++: Fix ICE with lambda in member operator (PR93279)
2020-01-14 Jason MerrillPR c++/92590 - wrong handling of inherited default...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-17 Jason Merrill* name-lookup.c (get_std_name_hint): Add std::byte.
2019-12-11 Jason MerrillPR c++/92859 - ADL and bit-field.
2019-12-03 Jakub Jelinekcp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATIO...
2019-11-23 Bernd Edlingerre PR c++/92365 (ice unexpected expression ‘int16_t...
2019-11-12 Nathan Sidwell[C++ PATCH] Merge some using-decl handling
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-11-05 Jason MerrillImplement C++20 operator<=>.
2019-11-05 Jason MerrillVarious small C++ changes.
2019-10-30 Bernd Edlingerre PR c++/92024 (crash in check_local_shadow)
2019-10-14 Jason MerrillPR c++/91930 - ICE with constrained inherited default...
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-10-02 Paolo Carliniinit.c (build_new): Use cp_expr_loc_or_input_loc in...
2019-09-25 Paolo Carlininame-lookup.c (check_extern_c_conflict): Use DECL_SOURC...
2019-09-24 Marek PolacekPR c++/91868 - improve -Wshadow location.
2019-08-28 Nathan Sidwell[PR c++/90613] Fix using-decl debug bloat
2019-08-23 Marek PolacekPR c++/79817 - attribute deprecated on namespace.
2019-08-15 Jason MerrillImplement P0848R3, Conditionally Trivial Special Member...
2019-08-14 Jonathan WakelyPR c++/91436 fix C++ dialect for std::make_unique fix...
2019-08-14 Jonathan WakelyAdd more entries to the C++ get_std_name_hint array
2019-07-20 Jason MerrillReduce memory consumption for push/pop_access_scope.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-17 Nathan Sidwell[PR c++/90754] name lookup ICE
2019-06-04 Nathan Sidwell[C++ PATCH] structure tag lookup
2019-05-31 Nathan Sidwell[C++PATCH] Lambda names are anonymous
2019-05-28 Nathan Sidwell[PATCH] Commonize anon-name generation
2019-05-21 Nathan Sidwell[C++ PATCH] Using decls
2019-05-21 Nathan Sidwell[C++ PATCH] Using decls
2019-05-20 Marek Polacekname-lookup.c (finish_using_directive): Don't issue...
2019-05-20 Nathan Sidwell[C++ PATCH] Commonixe using directive finishing
2019-05-20 Nathan Sidwell[C++ PATCH] namespace using directives
2019-05-17 Martin Sebortrans.c (check_inlining_for_nested_subprog): Quote...
2019-05-01 Nathan Sidwell[C++ PATCH] Simplify class member lookup
2019-03-11 Martin LiskaWrap apostrophes in gcc internal format with %'.
2019-03-08 Jason MerrillPR c++/88123 - lambda and using-directive.
2019-03-01 Jason Merrill* name-lookup.c (print_binding_level): Print this_entity.
2019-02-19 Tom HonermannP0482R5 char8_t: Standard library support
2019-02-13 Alexandre Oliva[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
2019-01-17 Alexandre Oliva[PR87768] reset location wrapper suppression when reent...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-13 Nathan Sidwell[PR c++/87531] Fix second bug
2018-11-29 David MalcolmC++: namespaces and scopes for enum values (PR c++...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-01 Nathan Sidwell[ABI PATCH] static anonymous unions of function scope
2018-10-31 Nathan Sidwell[C++ PATCH] Simplify overloads
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-02 Richard Bienerc-decl.c (warn_if_shadowing): Do not test DECL_FROM_INLINE.
2018-09-25 Martin LiskaRemove unused functions and fields.
2018-09-18 Nathan Sidwell[PATCH c++/86881] -Wshadow-local-compatible ICE
2018-08-31 Nathan Sidwell[PR c++/87155] Anonymous namespace and
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-16 Nathan Sidwell[PATCH] CPP Macro predicates
2018-08-07 Ville Voutilainenre PR c++/79133 (lambda capture shadowing parameter...
2018-06-27 David MalcolmC++: don't offer bogus "._0" suggestions (PR c++/86329)
2018-06-27 Jason MerrillAvoid crash on friend in nested class template.
2018-06-21 Jason MerrillReduce garbage from push_to_top_level.
2018-06-15 Jason Merrillpt.c (tsubst_default_argument): Use push_to/pop_from_to...
2018-06-15 Jason MerrillPR c++/82882 - ICE with lambda in template default...
2018-05-07 Nathan Sidwell[C++ PATCH] Kill -fno-for-scope
2018-05-03 Nathan Sidwell[C++ Patch] Kill -ffriend-injection
2018-05-02 Paolo Carlinire PR c++/68374 (G++ -Wshadow doesn't warn about static...
2018-05-01 Jason MerrillPR c++/85580 - extern "C" and local variables
2018-04-27 David MalcolmDon't offer suggestions for compiler-generated variable...
2018-04-27 Nathan Sidwell[C++ PATCH] some cleanups
2018-04-12 David MalcolmPrevent erroneous "macro had not yet been defined"...
2018-04-06 David MalcolmC++: more std header hints; filter on C++ dialect ...
2018-04-06 David MalcolmC++: suggest missing headers for implicit use of "std...
2018-04-05 Paolo Carlinire PR c++/80956 (ICE with abstract class vector)
2018-04-03 Jakub Jelinekre PR c++/85140 (ICE with invalid use of alignas)
2018-03-29 David MalcolmMore #include suggestions (PR c++/84269)
2018-03-21 Nathan Sidwell[PR c++/84804] ICE with default arg, template friend...
2018-03-21 Nathan Sidwell[PR c++/84836] ICE with local scopes
2018-03-20 Nathan Sidwell[PR c++/84962] ICE with anon-struct member
2018-03-19 Nathan Sidwell[C++/84812] ICE with local fn decl
2018-03-09 Nathan Sidwell[PR c++/84733] ICE in check-local-shadow
2018-03-01 Nathan Sidwell[PR c++/84434] ICE with deduction guide
2018-02-28 Nathan Sidwell[PR c++/84602] ICE with anon-struct
next