summaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* name-lookup.c (print_binding_level): Make static.Volker Reichelt2005-01-251-3/+3
* re PR c++/19030 (ice on tree check)Nathan Sidwell2005-01-051-10/+8
* cp-tree.h (cp_declarator): Split "name" field into qualifying_scope and unqua...Mark Mitchell2004-12-301-16/+6
* decl.c (define_label): Use POP_TIMEVAR_AND_RETURN.Volker Reichelt2004-12-221-3/+1
* * name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.Volker Reichelt2004-12-221-1/+1
* re PR c++/18514 (Alternate "asm" name ignored for redeclared builtin function...Matt Austern2004-12-091-3/+9
* name-lookup.c (leave_scope): We only need to update class_binding_level when ...Roger Sayle2004-12-071-5/+10
* Compile speed improvement.Matt Austern2004-12-011-1/+4
* re PR c++/18652 (ICE on invalid redeclaration)Kriang Lerdsuwanakij2004-11-291-3/+6
* Friend class name lookup 4/nKriang Lerdsuwanakij2004-11-261-358/+20
* re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell2004-11-251-34/+38
* Friend class name lookup 3/n, PR c++/3332Kriang Lerdsuwanakij2004-11-251-13/+119
* Friend class name lookup 2/n, PR c++/14513, c++/15410Kriang Lerdsuwanakij2004-11-251-21/+31
* re PR c++/17473 (typedef redefinition in struct is accepted)Mark Mitchell2004-11-241-2/+7
* Friend class name lookup 1/n, PR c++/18471Kriang Lerdsuwanakij2004-11-151-7/+86
* class.c, [...]: Fix comment formatting.Kazu Hirata2004-11-081-1/+1
* Convert diagnostics to use quoting flag q 9/nGabriel Dos Reis2004-11-011-3/+3
* name-lookup.c (do_namespace_alias): Use FROB_CONTEXT.Mark Mitchell2004-10-271-1/+1
* re PR c++/18093 (bogus conflict in namespace aliasing)Mark Mitchell2004-10-271-0/+1
* [multiple changes]Andrew Pinski2004-10-151-1/+1
* Convert diagnostics to use quoting flag q 4/nGabriel Dos Reis2004-10-051-60/+58
* name-lookup.c (pop_binding, [...]): Replace abort with gcc_assert or gcc_unre...Nathan Sidwell2004-08-301-20/+14
* call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass...Nathan Sidwell2004-08-271-34/+28
* tree.h (build_distinct_type_copy): New.Nathan Sidwell2004-08-231-1/+1
* re PR c++/16965 (Confusing mismatch in error messages)Mark Mitchell2004-08-171-3/+3
* re PR c++/16707 (ICE with using)Mark Mitchell2004-08-021-9/+11
* re PR c++/16224 (internal compiler error: in write_unscoped_name (template/na...Mark Mitchell2004-08-021-26/+5
* cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.Gabriel Dos Reis2004-07-251-7/+6
* tree.h: Include vec.hNathan Sidwell2004-07-201-5/+9
* vec.h: Propagate location information properly.Nathan Sidwell2004-07-191-14/+6
* class.c (finish_struct_methods): Remove unncessary code.Mark Mitchell2004-07-171-6/+1
* name-lookup.c (set_inherited_value_binding_p): Add class_type parameter.Mark Mitchell2004-07-151-15/+7
* cp-tree.h (IDENTIFIER_VALUE): Remove.Mark Mitchell2004-07-141-160/+278
* cp-tree.h (lang_identifier): Remove class_value.Mark Mitchell2004-07-131-87/+22
* * name-lookup.c (push_class_level_binding): Simplify.Mark Mitchell2004-07-121-48/+45
* missed in previous commitNathan Sidwell2004-07-121-6/+7
* call.c (build_operator_new_call): Avoid using push_to_top_level.Mark Mitchell2004-07-121-30/+39
* cp-tree.h (saved_scope): Make old_bindings a vector.Mark Mitchell2004-07-111-52/+34
* vec.c (vec_p_reserve, [...]): Allocation is signed.Nathan Sidwell2004-07-081-12/+12
* cp-tree.h (saved_scope): Remove x_previous_class_type and x_previous_class_va...Mark Mitchell2004-07-081-104/+173
* tree.h (TYPE_BINFO_OFFSET, [...]): Remove.Nathan Sidwell2004-07-071-2/+3
* re PR c++/3761 (ICE in check_template_shadow, at cp/pt.c:2013, with friend an...Scott Brumbaugh2004-07-031-1/+12
* tree.def (RTL_EXPR): Remove.Richard Henderson2004-07-011-1/+0
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-5/+5
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-1/+1
* c-common.h (has_c_linkage): New interface.Zack Weinberg2004-06-201-3/+9
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-1/+1
* re PR c++/15096 (parse error with templates and pointer to const member)Mark Mitchell2004-06-141-1/+10
* re PR c++/15862 ('enum yn' fails)Mark Mitchell2004-06-111-10/+11
* re PR c++/15742 ('noreturn' attribute ignored in method of template functions.)Mark Mitchell2004-05-311-4/+14