summaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/55127jason2012-12-081-0/+13
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-22/+21
* 2012-09-13 Paolo Carlini <paolo.carlini@oracle.com>paolo2012-09-131-2/+2
* /cppaolo2012-09-051-24/+18
* gcc/steven2012-07-241-29/+22
* DR 1170jason2012-07-191-2/+4
* PR c++/53524jason2012-07-021-4/+3
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* /cppaolo2012-04-241-2/+4
* Implement return type deduction for normal functions with -std=c++1y.jason2012-03-241-0/+5
* PR c++/52510jason2012-03-201-0/+2
* * class.c (add_method): Always build an OVERLOAD for using-decls.jason2012-03-041-4/+6
* PR c++/48051jason2012-01-121-0/+3
* PR c++/51507jason2011-12-231-1/+5
* PR c++/51477 - ICE with invalid NSDMIdodji2011-12-191-1/+3
* gcc/testsuite/ChangeLogfabien2011-11-181-0/+8
* PR c++/6936jason2011-11-141-21/+13
* /cppaolo2011-11-091-6/+12
* PR c++/45114 - Support C++11 alias-declarationdodji2011-11-071-3/+3
* PR c++/50500jason2011-11-011-31/+55
* PR c++/49107jason2011-06-081-2/+7
* Implement final/override for member functions.jason2011-05-091-0/+6
* * search.c (lookup_fnfields_slot): Call complete_type.jason2011-04-211-1/+1
* ChangeLog gcc/ktietz2011-03-251-1/+1
* PR c++/46220jason2011-03-041-4/+10
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* Fix PR c++/45383dodji2010-11-291-8/+2
* PR c++/45473jason2010-11-061-0/+5
* gcc/froydnj2010-07-151-2/+2
* Machinery to support implicit delete/move.jason2010-06-301-4/+21
* * cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.jason2010-06-301-2/+2
* * cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.jason2010-06-071-2/+1
* Implement noexcept-specification (15.4)jason2010-06-041-1/+1
* gcc/ChangeLog:steven2010-05-251-2/+0
* * tree.c (get_fns): Split out from get_first_fn.jason2010-04-271-0/+1
* 2010-02-10 Shujing Zhao <pearly.zhao@oracle.com>pzhao2010-02-101-1/+2
* Fix PR c++/42260dodji2009-12-231-2/+8
* PR c++/13950, DR 176jason2009-11-161-24/+0
* fixjason2009-11-041-1/+2
* PR c++/39413jason2009-11-041-2/+4
* merge in cxx0x-lambdas-branch@152308jason2009-09-301-0/+2
* * cp-tree.h (struct lang_decl): Overhaul.jason2009-07-041-5/+3
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* PR c++/38579jason2009-01-161-12/+5
* Implement defaulted/deleted functions as per N2346jason2008-07-241-0/+14
* 2008-03-21 Paolo Carlini <pcarlini@suse.de>paolo2008-03-211-2/+3
* PR c++/14688dannysmith2007-09-251-0/+10
* /cppaolo2007-08-311-0/+3
* * typeck.c: Change copyright header to refer to version 3 of the GNU General nickc2007-08-021-5/+4
* PR c++/29475mmitchel2006-11-201-1/+1