]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cp/name-lookup.c
gcc/cp/
[thirdparty/gcc.git] / gcc / cp / name-lookup.c
2017-05-25  nathan gcc/cp/
2017-05-25  nathan gcc/cp/
2017-05-25  nathan Reimplement qualified namespace lookup.
2017-05-25  nathan gcc/cp/
2017-05-24  nathan cp/
2017-05-24  nathan * cp-tree.h (ovl_skip_hidden): Declare.
2017-05-24  nathan gcc/cp/
2017-05-23  nathan * cp-tree.h (PUSH_GLOBAL, PUSH_LOCAL, PUSH_USING)...
2017-05-23  nathan * name-lookup.c (find_namespace_binding): New.
2017-05-23  nathan gcc/cp/
2017-05-23  nathan gcc/cp
2017-05-22  nathan * name-lookup.h (parse_using_directive): Replace with ...
2017-05-22  nathan * name-lookup.c (pushdecl_top_level)
2017-05-18  nathan * cp-tree.h (OVL_ARG_DEPENDENT): Delete.
2017-05-18  nathan * cp-tree.h (OVL_USED): Replace with ...
2017-05-18  nathan * cp-tree.h (lookup_add): Swap args.
2017-05-18  nathan * name-lookup.c (find_local_binding): New, broken...
2017-05-17  nathan * cp-tree.h (default_hash_traits <lang_identifier...
2017-05-16  nathan * name-lookup.c (check_local_shadow): New, broke out...
2017-05-16  nathan * cp-tree.h (OVL_FIRST, OVL_NAME): New.
2017-05-16  nathan * cp-tree.h (SCOPE_DEPTH): New.
2017-05-15  nathan gcc/cp/
2017-05-11  nathan * name-lookup.h (pushdecl): Add default friend parm.
2017-05-11  nathan Revert pushdecl_top_level_and_finish name change.
2017-05-11  nathan * name-lookup.c (pushdecl_outermost_localscope): Always
2017-05-11  nathan * decl.c (xref_tag_1): Don't frob ts_lambda scope...
2017-05-11  nathan * cp-tree.h (pushdecl, pushdecl_maybe_friend, pushtag)
2017-05-11  nathan * name-lookup.h (pop_binding): Rename to pop_local_bin...
2017-05-08  nathan * name-lookup.h (pushdecl_with_scope): Replace with ...
2017-05-08  nathan Revert _binding -> _value change.
2017-05-05  nathan * cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespa...
2017-05-05  nathan Kill per-namespace static_decls.
2017-05-04  mseborPR translation/80280 - Missing closing quote (%>) c...
2017-05-04  nathan More global trees.
2017-05-04  nathan * name-lookup.c: Reorder functions to make merging...
2017-04-25  dmalcolmC++: hints for missing std:: headers
2017-04-25  dmalcolmFix spelling suggestions for reserved words (PR c+...
2017-04-03  rediFix numerous typos in comments
2017-03-21  paolo/cp
2017-01-31  dmalcolmFix ICE with spelling hints within explicit namespace...
2017-01-31  aolivaIntroduce C++ support in libcc1
2017-01-26  jason * name-lookup.c (parse_using_directive): Deprecate...
2017-01-20  dmalcolmC++: fix fix-it hints for misspellings within explicit...
2017-01-11  nathan cp/
2017-01-11  nathan * name-lookup.c (push_overloaded_decl_1): Refactor...
2017-01-01  jakub Update copyright years.
2016-12-21  jakub PR c++/72707
2016-12-21  jason Implement P0522R0, matching of template template argum...
2016-11-29  dmalcolmspellcheck bugfixes: don't offer the goal string as...
2016-11-17  jason PR c++/78124 - list-initialization and inherited ctor
2016-11-14  jason Implement P0217R3 - C++17 structured bindings
2016-11-14  jasonImprove various diagnostic issues.
2016-11-13  jason DR 374 - specialization in outer namespace
2016-11-02  jason Implement P0136R1, Rewording inheriting constructors.
2016-10-31  markAdd -Wshadow=global -Wshadow=local and -Wshadow=compati...
2016-10-05  mpolacek Implement P0305R1, Selection statements with initializer.
2016-10-04  jakub * doc/extend.texi (Java Exceptions): Remove.
2016-09-23  jakub * ipa-cp.c (ipcp_store_vr_results): Avoid static local
2016-09-14  jakub PR c++/77549
2016-08-30  dmalcolmrich_location: add convenience overloads for adding...
2016-08-12  mpolacek PR c/7652
2016-08-04  jason Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P.
2016-07-20  dmalcolmC++ FE: handle misspelled identifiers and typenames
2016-05-28  villeRevert the attempted fix for c++/69855, it breaks boots...
2016-05-27  paolo/cp
2016-05-27  ville/cp
2016-05-25  jason PR c++/71173 - wrong qualified lookup
2016-05-13  jason Fix type-dependence and the current instantiation.
2016-04-21  ppalkaReuse the saved_scope structures allocated by push_to_t...
2016-04-19  jason PR c++/70522
2016-02-17  jason PR c++/10200
2016-02-16  jason PR c++/69657
2016-02-15  jason PR c++/69753
2016-02-10  jason PR c++/69657
2016-02-08  jason PR c++/69657
2016-01-29  ppalkaFix cp_binding_level reuse logic
2016-01-04  jakub Update copyright years.
2015-12-04  dmalcolmC++ FE: expression ranges
2015-11-11  amacleodada
2015-10-29  amacleodada
2015-10-04  jason Implement N4514, C++ Extensions for Transactional...
2015-10-01  villePR c++/54430
2015-08-20  jason * name-lookup.c (hidden_name_p): Handle OVERLOAD.
2015-07-30  paolo2015-07-30 Paolo Carlini <paolo.carlini@oracle.com>
2015-07-13  aldyhFix double word typos.
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod * tree.h (merge_dllimport_decl_attributes, handle_dll_...
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-05  aldyhMerge debug-early branch into mainline.
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-04-14  jason PR c++/65721
2015-04-01  paolo/cp
2015-03-25  mpolacek PR c++/65558
2015-03-24  jason PR c++/65046
2015-03-19  jason PR c++/65046
2015-01-15  jason PR c++/59366
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-12-12  jason * cp-tree.h (NAMESPACE_ABI_TAG): New.
next