aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-14re PR c++/30566 (-Wshadow warns about clashes between nested function paramet...Shujing Zhao1-18/+38
2010-05-13re PR bootstrap/44048 (building without C++ enabled fails)Jason Merrill1-1/+1
2010-05-13cp-tree.h (UNKNOWN_TYPE): Remove.Jason Merrill1-1/+1
2010-05-06Add support for C++0x nullptr.Jason Merrill1-0/+1
2010-04-27re PR c++/43856 ([C++0x] gcc-4.5.0 fails to transform id-expression into clas...Jason Merrill1-0/+4
2010-04-07name-lookup.c (current_decl_namespace): Non-static.Jason Merrill1-1/+2
2010-02-17re PR c++/43069 (ICE: tree check: expected tree that contains 'decl minimal' ...Jason Merrill1-1/+2
2010-02-12re PR c++/43033 (--enable-checking=valgrind C++ failures)Jakub Jelinek1-3/+3
2009-12-24PR c++/41305, DR 384Jason Merrill1-104/+86
2009-12-11re PR c++/42225 (GCC 4.5 ICE (segfault) on C++ templated code)Dodji Seketeli1-1/+1
2009-11-13re PR c++/29363 (ICE throwing undeclared object)Jason Merrill1-1/+0
2009-11-05re PR c++/34870 (argument-dependent lookup fails to find friend declaration)Jason Merrill1-0/+2
2009-11-04PR c++/17365, DR 218Jason Merrill1-16/+5
2009-11-02re PR c++/41774 (ice: vector VEC(visibility,base) pop domain error, in pop_vi...Jakub Jelinek1-1/+1
2009-10-30mangle.c (mangle_type_string_for_rtti): Reapply 153734.Jerry Quinn1-2/+7
2009-10-30tinfo.cc (operator=(const type_info&)): Revert 153734.Jerry Quinn1-7/+2
2009-10-30mangle.c (mangle_type_string_for_rtti): Revert r149964.Jerry Quinn1-2/+7
2009-10-28Core issue 812, 861Jason Merrill1-58/+120
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