aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-19N3638 changes to return type deductionJason Merrill1-4/+3
2013-03-31decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P.Paolo Carlini1-13/+6
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-1/+1
2013-03-22cp-tree.h (identifier_p): New.Gabriel Dos Reis1-2/+2
2013-03-16* search.c (lookup_base): Handle NULL_TREE.Jason Merrill1-0/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-4/+1
2012-12-07re PR c++/55127 (Incorrect "dependent scope" error with partial specializatio...Jason Merrill1-0/+13
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+21
2012-09-13typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini1-2/+2
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini1-24/+18
2012-07-24sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher1-29/+22
2012-07-18DR 1170 PR c++/51213Paolo Carlini1-2/+4
2012-07-02re PR c++/53524 (Bogus enum comparison warning)Jason Merrill1-4/+3
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-24re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini1-2/+4
2012-03-24Implement return type deduction for normal functions with -std=c++1y.Jason Merrill1-0/+5
2012-03-20re PR c++/52510 (libitm/config/posix/rwlock.cc doesn't compile)Jason Merrill1-0/+2
2012-03-03class.c (add_method): Always build an OVERLOAD for using-decls.Jason Merrill1-4/+6
2012-01-12re PR c++/48051 (sorry, unimplemented: mangling overload)Jason Merrill1-0/+3
2011-12-23re PR c++/51507 ([C++0x] Function parameter pack doesn't use in template-argu...Jason Merrill1-1/+5
2011-12-19PR c++/51477 - ICE with invalid NSDMIDodji Seketeli1-1/+3
2011-11-18re PR c++/51141 (rev181359 causes Chromium build failure)Fabien ChĂȘne1-0/+8
2011-11-14re PR c++/6936 (member "using" binds wrong)Fabien ChĂȘne1-21/+13
2011-11-09re PR c++/51047 ([C++0x] SFINAE does not handle errors of ambiguous base memb...Paolo Carlini1-6/+12
2011-11-07PR c++/45114 - Support C++11 alias-declarationDodji Seketeli1-3/+3
2011-11-01re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill1-31/+55
2011-06-08re PR c++/49107 ([C++0x][4.7 Regression] incomplete type regression with std:...Jason Merrill1-2/+7
2011-05-09Implement final/override for member functions.Ville Voutilainen1-0/+6
2011-04-21* search.c (lookup_fnfields_slot): Call complete_type.Jason Merrill1-1/+1
2011-03-25ChangeLog gcc/Kai Tietz1-1/+1
2011-03-04re PR c++/46220 (Error: invalid covariant return type generated for incomplet...Jason Merrill1-4/+10
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-29re PR c++/45383 (Implicit conversion to pointer does no longer automatically ...Dodji Seketeli1-8/+2
2010-11-05re PR c++/45473 (ICE: in dfs_walk_once, at cp/search.c:1659)Jason Merrill1-0/+5
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-06-29Machinery to support implicit delete/move.Jason Merrill1-4/+21
2010-06-29cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.Jason Merrill1-2/+2
2010-06-07cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.Jason Merrill1-2/+1
2010-06-04Implement noexcept-specification (15.4)Jason Merrill1-1/+1
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-2/+0
2010-04-27tree.c (get_fns): Split out from get_first_fn.Jason Merrill1-0/+1
2010-02-10Make-lang.in (cp/cvt.o, [...]): Depend on intl.h.Shujing Zhao1-1/+2
2009-12-23re PR c++/42260 (ICE looking up template conversion operator)Dodji Seketeli1-2/+8
2009-11-16PR c++/13950, DR 176Jason Merrill1-24/+0
2009-11-04fixJason Merrill1-1/+2
2009-11-04re PR c++/39413 (static_assert and SFINAE)Jason Merrill1-2/+4
2009-09-29merge in cxx0x-lambdas-branch@152308Jason Merrill1-0/+2
2009-07-03cp-tree.h (struct lang_decl): Overhaul.Jason Merrill1-5/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-16re PR c++/38579 (Template: Wrong inherited copy-ctor visibility)Jason Merrill1-12/+5