aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-16re PR c++/69657 (abs() not inlined after including math.h)Jason Merrill1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-04C++ FE: expression rangesDavid Malcolm1-1/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+1
2015-10-01re PR c++/54430 ([C++11] For-Loop: Scope of iterating variable begins too early)Ville Voutilainen1-0/+1
2015-08-19remove more useless typedefsTrevor Saunders1-10/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-03-28re PR c++/60573 ([c++1y] ICE with defining generic function of nested class i...Adam Butcher1-1/+8
2014-01-03Core DR 1442 PR c++/59165Paolo Carlini1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-08-19parser.c (cp_parser_lambda_introducer, [...]): Use cp_parser_lookup_name_simple.Paolo Carlini1-0/+1
2013-03-28cp-tree.h (next_aggr_init_expr_arg): Remove static specifier.Gabriel Dos Reis1-2/+2