]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/name-lookup.c
Update copyright years.
[thirdparty/gcc.git] / gcc / cp / name-lookup.c
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-16  Patrick Palkac++: two-stage name lookup for overloaded operators...
2021-12-12  Jonathan WakelyReplace gnu::unique_ptr with std::unique_ptr
2021-12-09  Jakub Jelinekpch: Add support for relocation of the PCH data [PR71934]
2021-11-24  Jason Merrilltimevar: Add auto_cond_timevar class
2021-10-20  Jakub Jelinekc++: Fix up push_local_extern_decl_alias error recovery...
2021-10-01  Jakub Jelinekc++: Fix handling of __thread/thread_local extern vars...
2021-09-15  Jason Merrillc++: add parsing_function_declarator predicate
2021-08-12  Jakub Jelinekopenmp: Diagnose omp::directive/sequence on using-directive
2021-06-08  Jason Merrillc++: preserve BASELINK from lookup [PR91706]
2021-06-04  Jakub Jelinekc++: Fix up attribute handling in methods in templates...
2021-05-11  Patrick Palkac++: dependent operator expression lookup [PR51577]
2021-04-07  Jason Merrillc++: using overloaded with local decl [PR92918]
2021-03-26  Nathan Sidwellc++: imported templates and alias-template changes...
2021-03-23  Nathan Sidwellc++: Note duplicates in symbol table [PR 99283]
2021-03-16  Martin Liskac++: support target attr for DECL_LOCAL_DECL_P fns...
2021-03-12  Nathan Sidwellc++: ICE with using-decl [PR 99238]
2021-03-11  Nathan Sidwellc++: Fix unhiding friend with imports [PR 99248]
2021-03-08  Nathan SidwellC++: Enable c++2b module mode [PR 99436]
2021-03-05  Marek Polacekc++: ICE with -Wshadow and enumerator in template ...
2021-03-04  Nathan Sidwellc++: Redesign pending entity handling [PR 99170]
2021-03-03  Nathan Sidwellc++: namespace reachability [PR 99344]
2021-02-19  Nathan Sidwellc++: Incorrect module-number ordering [PR 98741]
2021-02-17  Nathan Sidwellc++: More set_identifier_type_value fixing [PR 99116]
2021-02-17  Nathan Sidwellc++: ICE with header-units [PR 99071]
2021-02-12  Nathan Sidwellc++: Register streamed-in decls when new [PR 99040]
2021-02-12  Nathan SidwellExpunge namespace-scope IDENTIFIER_TYPE_VALUE & global_...
2021-02-11  Patrick Palkac++: Fix ICE from op_unqualified_lookup [PR97582]
2021-02-05  Marek Polacekc++: Fix ICE with invalid using enum [PR96462]
2021-01-27  Jason Merrillc++: Dependent using enum [PR97874]
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...
next