summaryrefslogtreecommitdiff
path: root/gcc/cp/name-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* name-lookup.c (qualified_lookup_using_namespace): Don't stop looking in used ...Jason Merrill2009-07-141-6/+6
* cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez2009-07-071-7/+12
* class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.Aldy Hernandez2009-06-181-1/+1
* c-common.c (skip_evaluation): Don't define.Ian Lance Taylor2009-06-161-3/+6
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-2/+2
* tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor2009-05-211-9/+25
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-2/+1
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-1/+1
* re PR c++/39763 (-Wshadow reports shadowed declarations for parameters of unn...Jason Merrill2009-04-141-10/+12
* re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill2009-04-071-4/+3
* re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli2009-04-021-19/+11
* re PR c++/34691 (Default argument checking not performed after overload resol...Jason Merrill2009-03-311-2/+16
* re PR c++/28274 (Redeclaration with extra default argument doesn't work)Jason Merrill2009-03-241-6/+7
* re PR c++/39526 (-Wshadow reports shadowed declarations for parameters of unn...Jason Merrill2009-03-231-1/+4
* re PR debug/37890 (Incorrect nesting for DW_TAG_imported_declaration)Jakub Jelinek2009-03-171-1/+2
* dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow non-NAMESPACE_DECL I...Jakub Jelinek2009-03-171-1/+6
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* Reverted commit 143546 related to PR c++/26693Dodji Seketeli2009-01-221-11/+19
* re PR c++/26693 (Access checks not performed for types in templates)Dodji Seketeli2009-01-211-19/+11
* re PR c++/38636 (ICE with broken ctor declaration)Dodji Seketeli2009-01-151-0/+3
* tweak commentJason Merrill2009-01-121-2/+6
* re PR c++/35109 (ICE in lookup_name_real, at cp/name-lookup.c:4056)Jason Merrill2009-01-121-18/+25
* re PR c++/36019 (template parameter does not hide class name)Dodji Seketeli2009-01-121-2/+33
* re PR c++/38597 ([c++0x] ICE when auto return type function given as argument...Jason Merrill2008-12-211-0/+1
* re PR debug/38390 (Missing DW_TAG_imported_module)Dodji Seketeli2008-12-081-1/+2
* re PR debug/37410 (DW_TAG_imported_module is not in its DW_TAG_lexical_block)Dodji Seketeli2008-10-051-6/+5
* re PR c++/37649 (ICE with invalid template class)Paolo Carlini2008-09-251-0/+3
* re PR c++/37450 (C++ FE times out on duplicated parameter)H.J. Lu2008-09-171-2/+3
* re PR c++/37558 (rev 140120 changes the accessibility of a friend decl.)Jason Merrill2008-09-171-1/+2
* re PR c++/37302 (function parameters are declared too late)Jason Merrill2008-09-081-2/+9
* re PR fortran/29635 (debug info of modules)Jakub Jelinek2008-08-291-2/+3
* c-common.c (do_switch_warnings): Look through the CONST_DECLs in the enumerat...Douglas Gregor2008-08-261-1/+4
* diagnostic.c (pedwarn_at): Rename as pedwarn.Manuel López-Ibáñez2008-08-211-4/+4
* diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez2008-08-201-1/+1
* diagnostics.c (permerror_at): Rename as permerror.Manuel López-Ibáñez2008-08-181-4/+4
* re PR c++/34485 (ICE with undefined type in template parameter)Paolo Carlini2008-08-141-1/+2
* re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez2008-07-231-7/+8
* objc-act.c: Fix comment typos.Ralf Wildenhues2008-07-211-2/+2
* cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi2008-07-181-29/+29
* re PR c++/13699 (Extern "C" routine in different namespaces accepted with dif...Dodji Seketeli2008-07-171-0/+76
* Implement WG21 N2672, Initializer List proposed wordingJason Merrill2008-07-021-1/+2
* typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely2008-06-211-6/+16
* c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED, [...]): Delete.Paolo Bonzini2008-04-031-2/+2
* cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini2008-03-211-5/+6
* re PR c++/35323 (ICE calling functions with fixed-point type parameter)Paolo Carlini2008-02-261-1/+2
* c-common.c (match_case_to_enum_1): Add appropriate OPT_W* parameter to warning.Manuel López-Ibáñez2008-02-251-1/+1
* re PR c++/33486 (namespace association doesn't handle parallel namespaces)Jason Merrill2008-02-251-0/+7
* re PR c++/34912 (ICE with friend in local class)Jason Merrill2008-01-221-2/+1
* re PR c++/34776 (ICE with invalid member declaration in template class)Paolo Carlini2008-01-211-2/+5
* re PR c++/34101 (ICE with argument deduction of variadic template function)Douglas Gregor2007-12-041-9/+11