aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-26re PR c++/35323 (ICE calling functions with fixed-point type parameter)Paolo Carlini1-1/+2
2008-02-25c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning.Manuel López-Ibáñez1-1/+1
2008-02-25re PR c++/33486 (namespace association doesn't handle parallel namespaces)Jason Merrill1-0/+7
2008-01-22re PR c++/34912 (ICE with friend in local class)Jason Merrill1-2/+1
2008-01-21re PR c++/34776 (ICE with invalid member declaration in template class)Paolo Carlini1-2/+5
2007-12-04re PR c++/34101 (ICE with argument deduction of variadic template function)Douglas Gregor1-9/+11
2007-10-04re PR c++/32470 (fvisibility=hidden without effect in some cases)Jason Merrill1-46/+48
2007-09-25re PR c++/33207 (ICE redeclaring namespace as struct)Simon Martin1-3/+3
2007-08-24name-lookup.c (add_decl_to_level): Remove addition to vtables chain.Ollie Wild1-5/+4
2007-08-24re PR c++/32898 (Definition of variable N::i outside namespace N not rejected)Jakub Jelinek1-1/+1
2007-08-17re PR c++/31749 (ICE with invalid redeclaration of builtin)Ollie Wild1-71/+92
2007-08-10name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous type lo...Ollie Wild1-16/+20