aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-06Fix lookup of initialized captures in unevaluated context.Jason Merrill1-3/+2
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-1/+29
2009-09-21* name-lookup.c (push_class_level_binding): Sanity check.Jason Merrill1-0/+3
2009-09-08name-lookup.c (is_class_level): Remove.Jason Merrill1-15/+1
2009-08-10Implement DR 757...Jason Merrill1-0/+28
2009-07-22mangle.c (mangle_type_string_for_rtti): Rename to be clearer.Jason Merrill1-8/+3
2009-07-14name-lookup.c (qualified_lookup_using_namespace): Don't stop looking in used ...Jason Merrill1-6/+6
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-7/+12
2009-06-18class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez1-1/+1
2009-06-16c-common.c (skip_evaluation): Don't define.Ian Lance Taylor1-3/+6
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+2
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-9/+25
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-04-14re PR c++/39763 (-Wshadow reports shadowed declarations for parameters of unn...Jason Merrill1-10/+12
2009-04-07re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill1-4/+3
2009-04-02re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-19/+11
2009-03-31re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill1-2/+16
2009-03-24re PR c++/28274 (Redeclaration with extra default argument doesn't work)Jason Merrill1-6/+7
2009-03-23re PR c++/39526 (-Wshadow reports shadowed declarations for parameters of unn...Jason Merrill1-1/+4
2009-03-17re PR debug/37890 (Incorrect nesting for DW_TAG_imported_declaration)Jakub Jelinek1-1/+2
2009-03-17dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow non-NAMESPACE_DECL I...Jakub Jelinek1-1/+6
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-22Reverted commit 143546 related to PR c++/26693Dodji Seketeli1-11/+19
2009-01-21re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli1-19/+11
2009-01-15re PR c++/38636 (ICE with broken ctor declaration)Dodji Seketeli1-0/+3
2009-01-12tweak commentJason Merrill1-2/+6
2009-01-12re PR c++/35109 (ICE in lookup_name_real, at cp/name-lookup.c:4056)Jason Merrill1-18/+25
2009-01-12re PR c++/36019 (template parameter does not hide class name)Dodji Seketeli1-2/+33
2008-12-21re PR c++/38597 ([c++0x] ICE when auto return type function given as argument...Jason Merrill1-0/+1
2008-12-08re PR debug/38390 (Missing DW_TAG_imported_module)Dodji Seketeli1-1/+2
2008-10-05re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli1-6/+5
2008-09-25re PR c++/37649 (ICE with invalid template class)Paolo Carlini1-0/+3
2008-09-17re PR c++/37450 (C++ FE times out on duplicated parameter)H.J. Lu1-2/+3
2008-09-17re PR c++/37558 (rev 140120 changes the accessibility of a friend decl.)Jason Merrill1-1/+2
2008-09-08re PR c++/37302 (function parameters are declared too late)Jason Merrill1-2/+9
2008-08-29re PR fortran/29635 (debug info of modules)Jakub Jelinek1-2/+3
2008-08-26c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor1-1/+4
2008-08-21diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez1-4/+4
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-18diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez1-4/+4
2008-08-14re PR c++/34485 (ICE with undefined type in template parameter)Paolo Carlini1-1/+2
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-7/+8
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-2/+2
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-29/+29
2008-07-17re PR c++/13699 (Extern "C" routine in different namespaces accepted with dif...Dodji Seketeli1-0/+76
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-1/+2
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-6/+16
2008-04-03c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini1-2/+2
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-5/+6