c++: Stat-hack for members [PR 98530]
[gcc.git] / gcc / cp / name-lookup.c
2021-01-21 Nathan Sidwellc++: Stat-hack for members [PR 98530]
2021-01-19 Marek Polacekc++: ICE with USING_DECL redeclaration [PR98687]
2021-01-13 Marek Polacekc++: Failure to lookup using-decl name [PR98231]
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-15 Nathan Sidwellc++: module-related tweak
2020-12-11 Nathan Sidwellc++: name lookup API for modules
2020-12-10 Nathan Sidwellc++: modules & using-decls
2020-12-10 Nathan Sidwellc++: Name lookup for modules
2020-12-10 Nathan Sidwellc++: modularize spelling suggestions
2020-12-10 Nathan Sidwellc++: name-lookup refactoring
2020-12-10 Nathan Sidwellc++: name-lookup cleanups
2020-12-03 Jason Merrillc++: Fix late-parsed default arg context
2020-11-25 Martin SeborClean up -Wformat-diag warnings (PR bootstrap/97622...
2020-11-13 Jason Merrillc++: Implement C++20 'using enum'. [PR91367]
2020-11-09 Nathan Sidwellc++: ADL refactor
2020-11-09 Nathan Sidwellc++: Consistently expose singleton overloads
2020-11-06 Nathan Sidwellcore: Rename DECL_IS_BUILTIN -> DECL_IS_UNDECLARED_BUILTIN
2020-10-27 Nathan Sidwellc++: Kill nested_udts
2020-10-20 Nathan Sidwellc++: block-scope extern decl with default args
2020-10-14 Nathan Sidwellc++: DECL_FRIEND_P cleanup
2020-10-14 Nathan Sidwellc++: Instantiation with local extern [PR97395]
2020-10-07 Nathan Sidwellc++: block-scope externs get an alias [PR95677,PR31775...
2020-10-07 Nathan Sidwellc++: Rename DECL_BUILTIN_P to DECL_UNDECLARED_BUILTIN_P
2020-10-05 Nathan Sidwellc++: Make spell corrections consistent
2020-10-02 Nathan Sidwellc++: Kill DECL_ANTICIPATED
2020-10-02 Nathan Sidwellc++: Hash table iteration for namespace-member spelling...
2020-10-01 Nathan Sidwellc++: pushdecl_top_level must set context
2020-09-30 Nathan Sidwellc++: Kill DECL_HIDDEN_FRIEND_P
2020-09-29 Nathan Sidwellc++: Hiddenness is a property of the symbol table
2020-09-29 Nathan Sidwellc++: Name lookup simplifications
2020-09-29 Nathan Sidwellc++: Identifier type value should not update binding
2020-09-25 Nathan Sidwellc++: Adjust pushdecl/duplicate_decls API
2020-09-25 Nathan Sidwellc++: Replace tag_scope with TAG_how
2020-09-25 Nathan Sidwellc++: DECL_BUILTIN_P for builtins
2020-09-24 Nathan Sidwellc++: Cleanup some decl pushing apis
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
next