aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-05Various small C++ changes.Jason Merrill1-1/+2
2019-11-02PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek1-1/+4
2019-05-21[C++ PATCH] Using declsNathan Sidwell1-6/+2
2019-05-20[C++ PATCH] Commonixe using directive finishingNathan Sidwell1-3/+2
2019-05-01[C++ PATCH] Simplify class member lookupNathan Sidwell1-2/+2
2019-03-07PR c++/88123 - lambda and using-directive.Jason Merrill1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-15* decl.c (start_enum): Do compare dependent underlying type.Jason Merrill1-1/+1
2018-05-07[C++ PATCH] Kill -fno-for-scopeNathan Sidwell1-5/+0
2018-02-28[PR c++/84602] ICE with anon-structNathan Sidwell1-1/+1
2018-02-27[PR c++/84426] ICE after conflicting member declNathan Sidwell1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-20P0329R4: Designated InitializationJakub Jelinek1-0/+1
2017-10-25[C++ PATCH] Kill IDENTIFIER_LABEL_VALUENathan Sidwell1-13/+0
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell1-4/+5
2017-09-13Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC.Nathan Sidwell1-2/+2
2017-09-12Kill CLASSTYPE_SORTED_FIELDS.Nathan Sidwell1-1/+1
2017-09-06name-lookup.h (lookup_field_1): Delete.Nathan Sidwell1-3/+2
2017-09-06name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ...Nathan Sidwell1-2/+2
2017-09-05class.c (add_method): Move slot search and insertion to ...Nathan Sidwell1-0/+1
2017-09-01cp-tree.h (resort_type_method_vec): Move declaration to ...Nathan Sidwell1-1/+3
2017-08-28cp-tree.h (insert_late_enum_def_into_classtype_sorted_fields): Delete.Nathan Sidwell1-0/+2
2017-08-25Conversion operators have a special nameNathan Sidwell1-1/+0
2017-08-23cp-tree.h (lookup_field_1, [...]): Move declatations to ...Nathan Sidwell1-0/+4
2017-06-02name-lookup.h (cp_binding_level): Lose namespaces field.Nathan Sidwell1-3/+0
2017-05-30cp-tree.def (OVERLOAD): Fix comment.Nathan Sidwell1-2/+1
2017-05-26Inline and using namespace representation change.Nathan Sidwell1-3/+3
2017-05-26call.c (build_operator_new_call): Do namelookup and ADL here.Nathan Sidwell1-2/+0
2017-05-25Kill DECL_NAMESPACE_USERS, DECL_NAMESPACE_ASSOCIATIONS.Nathan Sidwell1-1/+0
2017-05-25cp-tree.h (LOOKUP_SEEN_P, [...]): New.Nathan Sidwell1-1/+1
2017-05-24friend.c (do_friend): Remove check for existing decl.Nathan Sidwell1-1/+0
2017-05-24cp-tree.h (ovl_skip_hidden): Declare.Nathan Sidwell1-2/+0
2017-05-23cp-tree.h (OVL_P): New.Nathan Sidwell1-3/+2
2017-05-22name-lookup.h (parse_using_directive): Replace with ...Nathan Sidwell1-1/+2
2017-05-16cp-tree.h (SCOPE_DEPTH): New.Nathan Sidwell1-0/+2
2017-05-15re PR c++/79369 (namespace definition with qualified id)Nathan Sidwell1-1/+1
2017-05-11name-lookup.h (pushdecl): Add default friend parm.Nathan Sidwell1-4/+2
2017-05-11Revert pushdecl_top_level_and_finish name change.Nathan Sidwell1-1/+1
2017-05-11cp-tree.h (pushdecl, [...]): Move declarations to ...Nathan Sidwell1-10/+15
2017-05-11name-lookup.h (pop_binding): Rename to pop_local_binding.Nathan Sidwell1-2/+2
2017-05-09c-tree.h (pushdecl): Declare.Nathan Sidwell1-0/+2
2017-05-08name-lookup.h (pushdecl_with_scope): Replace with ...Nathan Sidwell1-1/+1
2017-05-08Revert _binding -> _value change.Nathan Sidwell1-2/+2
2017-05-05cp-tree.h (IDENTIFIER_GLOBAL_VALUE): Use get_namespace_value.Nathan Sidwell1-24/+2
2017-05-05Kill per-namespace static_decls.Nathan Sidwell1-3/+0
2017-05-04More global trees.Nathan Sidwell1-9/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-05Implement P0305R1, Selection statements with initializer.Marek Polacek1-1/+1
2016-05-27re PR c++/60385 (confused by earlier errors, bailing out)Paolo Carlini1-1/+1
2016-05-25PR c++/71173 - wrong qualified lookupJason Merrill1-1/+1