]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/name-lookup.c
Reorder IDENTIFIER flags
[thirdparty/gcc.git] / gcc / cp / name-lookup.c
2017-06-22  Nathan SidwellReorder IDENTIFIER flags
2017-06-20  Nathan SidwellPR c++/67074 - namespace aliases
2017-06-19  Nathan Sidwellre PR c++/81124 (internal compiler error: in operator...
2017-06-19  Nathan Sidwellre PR c++/81119 (-Wshadow warns on "typedef struct...
2017-06-06  Nathan Sidwellname-lookup.c (suggest_alternatives_for): Use qualified...
2017-06-06  Nathan Sidwellre PR c++/80979 (ice in lookup_mark, at cp/tree.c:2298)
2017-06-02  Nathan Sidwellname-lookup.h (cp_binding_level): Lose namespaces field.
2017-05-30  Nathan SidwellKill IDENTIFIER_NAMESPACE_BINDINGS
2017-05-30  Nathan Sidwellcp-tree.def (OVERLOAD): Fix comment.
2017-05-30  Nathan Sidwellre PR c++/80913 (Infinite loop in cc1plus with stat...
2017-05-29  Nathan SidwellPR c++/80891 (#1,#5)
2017-05-29  Nathan SidwellStat hack representation
2017-05-26  Nathan SidwellImplement DR2061
2017-05-26  Nathan SidwellInline and using namespace representation change.
2017-05-26  Nathan Sidwellcall.c (build_operator_new_call): Do namelookup and...
2017-05-26  Nathan Sidwellcp-tree.h (OVL_CHAIN): Check looking at OVERLOAD.
2017-05-26  Nathan Sidwell* name-lookup.c (name_lookup::search_adl): ADL OMP...
2017-05-25  Nathan SidwellKill OVL_CURRENT, OVL_NEXT.
2017-05-25  Nathan SidwellKill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.
2017-05-25  Nathan SidwellReimplement unqualified namespace lookup.
2017-05-25  Nathan SidwellReimplement qualified namespace lookup.
2017-05-25  Nathan Sidwellcp-tree.h (LOOKUP_SEEN_P, [...]): New.
2017-05-24  Nathan Sidwellfriend.c (do_friend): Remove check for existing decl.
2017-05-24  Nathan Sidwellcp-tree.h (ovl_skip_hidden): Declare.
2017-05-24  Nathan Sidwellcp-tree.h (OVL_HIDDEN_P): New.
2017-05-23  Nathan Sidwellcp-tree.h (PUSH_GLOBAL, [...]): Delete.
2017-05-23  Nathan Sidwellname-lookup.c (find_namespace_binding): New.
2017-05-23  Nathan Sidwellcp-tree.h (DECL_HIDDEN_P): New.
2017-05-23  Nathan Sidwellcp-tree.h (OVL_P): New.
2017-05-22  Nathan Sidwellname-lookup.h (parse_using_directive): Replace with ...
2017-05-22  Nathan Sidwellname-lookup.c (pushdecl_top_level) pushdecl_top_level_a...
2017-05-18  Nathan Sidwellcp-tree.h (OVL_ARG_DEPENDENT): Delete.
2017-05-18  Nathan Sidwellcp-tree.h (OVL_USED): Replace with ...
2017-05-18  Nathan Sidwellcp-tree.h (lookup_add): Swap args.
2017-05-18  Nathan Sidwellname-lookup.c (find_local_binding): New, broken out...
2017-05-17  Nathan Sidwellcp-tree.h (default_hash_traits <lang_identifier *>...
2017-05-16  Nathan Sidwellname-lookup.c (check_local_shadow): New, broke out...
2017-05-16  Nathan Sidwellcp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-16  Nathan Sidwellcp-tree.h (SCOPE_DEPTH): New.
2017-05-15  Nathan Sidwellre PR c++/79369 (namespace definition with qualified id)
2017-05-11  Nathan Sidwellname-lookup.h (pushdecl): Add default friend parm.
2017-05-11  Nathan SidwellRevert pushdecl_top_level_and_finish name change.
2017-05-11  Nathan Sidwellname-lookup.c (pushdecl_outermost_localscope): Always...
2017-05-11  Nathan Sidwelldecl.c (xref_tag_1): Don't frob ts_lambda scope here.
2017-05-11  Nathan Sidwellcp-tree.h (pushdecl, [...]): Move declarations to ...
2017-05-11  Nathan Sidwellname-lookup.h (pop_binding): Rename to pop_local_binding.
2017-05-08  Nathan Sidwellname-lookup.h (pushdecl_with_scope): Replace with ...
2017-05-08  Nathan SidwellRevert _binding -> _value change.
2017-05-05  Nathan Sidwellcp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_...
2017-05-05  Nathan SidwellKill per-namespace static_decls.
2017-05-04  Martin SeborPR translation/80280 - Missing closing quote (%>) c...
2017-05-04  Nathan SidwellMore global trees.
2017-05-04  Nathan Sidwellname-lookup.c: Reorder functions to make merging from...
2017-04-25  David MalcolmC++: hints for missing std:: headers
2017-04-25  David MalcolmFix spelling suggestions for reserved words (PR c+...
2017-04-03  Jonathan WakelyFix numerous typos in comments
2017-03-21  Paolo Carlinire PR c++/77752 (ICE on C++ code on x86_64-linux-gnu...
2017-01-31  David MalcolmFix ICE with spelling hints within explicit namespace...
2017-01-31  Alexandre OlivaIntroduce C++ support in libcc1
2017-01-26  Jason Merrill* name-lookup.c (parse_using_directive): Deprecate...
2017-01-20  David MalcolmC++: fix fix-it hints for misspellings within explicit...
2017-01-11  Nathan Sidwellre PR c++/77812 (incorrectly rejects valid C++ code...
2017-01-11  Nathan Sidwell* name-lookup.c (push_overloaded_decl_1): Refactor...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-21  Jakub Jelinekre PR c++/72707 (local anonymous union member hides...
2016-12-21  Jason MerrillImplement P0522R0, matching of template template arguments.
2016-11-29  David Malcolmspellcheck bugfixes: don't offer the goal string as...
2016-11-17  Jason MerrillPR c++/78124 - list-initialization and inherited ctor
2016-11-14  Jakub JelinekImplement P0217R3 - C++17 structured bindings
2016-11-14  Jason MerrillImprove various diagnostic issues.
2016-11-13  Jason MerrillDR 374 - specialization in outer namespace
2016-11-02  Jason MerrillImplement P0136R1, Rewording inheriting constructors.
2016-10-31  Le-Chun WuAdd -Wshadow=global -Wshadow=local and -Wshadow=compati...
2016-10-05  Marek PolacekImplement P0305R1, Selection statements with initializer.
2016-10-04  Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-09-23  Jakub Jelinekipa-cp.c (ipcp_store_vr_results): Avoid static local...
2016-09-14  Jakub Jelinekre PR c++/77549 (ICE on invalid C++ code that reference...
2016-08-30  David Malcolmrich_location: add convenience overloads for adding...
2016-08-12  Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-04  Jason MerrillRename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-20  David MalcolmC++ FE: handle misspelled identifiers and typenames
2016-05-28  Ville VoutilainenRevert the attempted fix for c++/69855, it breaks boots...
2016-05-27  Paolo Carlinire PR c++/60385 (confused by earlier errors, bailing...
2016-05-27  Ville Voutilainenre PR c++/69855 (Missing diagnostic for overload that...
2016-05-25  Jason MerrillPR c++/71173 - wrong qualified lookup
2016-05-13  Jason MerrillFix type-dependence and the current instantiation.
2016-04-21  Patrick PalkaReuse the saved_scope structures allocated by push_to_t...
2016-04-19  Jason Merrillre PR c++/70522 (Hidden friend functions block qualifie...
2016-02-17  Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-16  Jason Merrillre PR c++/69657 (abs() not inlined after including...
2016-02-15  Jason Merrillre PR c++/69753 (bogus: expected primary-expression...
2016-02-10  Jason Merrillre PR c++/69657 (abs() not inlined after including...
2016-02-08  Jason Merrillre PR c++/69657 (abs() not inlined after including...
2016-01-29  Patrick PalkaFix cp_binding_level reuse logic
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-04  David MalcolmC++ FE: expression ranges
2015-11-11  Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29  Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-04  Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-10-01  Ville Voutilainenre PR c++/54430 ([C++11] For-Loop: Scope of iterating...
next