aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.h
AgeCommit message (Expand)AuthorFilesLines
2004-09-10class.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-08vec.c (vec_p_reserve, [...]): Rename to ...Nathan Sidwell1-2/+2
2004-07-14cp-tree.h (IDENTIFIER_VALUE): Remove.Mark Mitchell1-2/+2
2004-07-13cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell1-2/+0
2004-07-12call.c (build_operator_new_call): Avoid using push_to_top_level.Mark Mitchell1-2/+2
2004-07-11cp-tree.h (saved_scope): Make old_bindings a vector.Mark Mitchell1-4/+14
2004-07-08name-lookup.h (struct cp_binding_level): Update documentation for class_shado...Mark Mitchell1-6/+6
2004-07-08cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va...Mark Mitchell1-2/+11
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-0/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+0
2004-03-09re PR c++/14401 (Uninitialized reference error not reported.)Mark Mitchell1-0/+1
2004-03-01re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0})Mark Mitchell1-1/+1
2004-01-27system.h (CHAR_BITFIELD): Delete.Kaveh R. Ghazi1-1/+1
2004-01-26class.c (add_method): Just check processing_template_decl to determine whethe...Mark Mitchell1-1/+0
2004-01-15add copyright 2004Alexandre Oliva1-1/+1
2004-01-15re PR c++/13659 (error: no matching function for call to)Alexandre Oliva1-2/+2
2003-12-02name-lookup.h (struct cp_binding_level): Use ENUM_BITFIELD.Richard Henderson1-1/+1
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill1-0/+2
2003-10-14Breack out decl.c (3/n)Gabriel Dos Reis1-9/+0
2003-10-14name-lookup.h (cxx_scope_find_binding_for_name): Don't export.Gabriel Dos Reis1-5/+19
2003-10-13Break out decl.c (2/n)Gabriel Dos Reis1-10/+55
2003-10-03decl.c (struct cp_binding_level): Move to name-lookup.hGabriel Dos Reis1-0/+147
2003-09-27name-lookup.h (get_global_value_if_present): New function.Gabriel Dos Reis1-0/+27
2003-09-27cp-tree.h, [...]: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and...Gabriel Dos Reis1-13/+1
2003-09-06cp-tree.h (add_binding): Remove declaration.Gabriel Dos Reis1-0/+1
2003-05-29name-lookup.h (global_scope_p): New macro.Gabriel Dos Reis1-0/+3
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-0/+33
2003-03-30cp-tree.h (binding_for_name): Move to name-lookup.h Adjust prototype.Gabriel Dos Reis1-16/+16
2003-03-30name-lookup.c: New file.Gabriel Dos Reis1-0/+85