aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-10-07re PR sanitizer/67867 (UBSan bootstrap fails with error: ‘otype’ may be u...Marek Polacek1-1/+1
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-2/+20
2015-08-19re PR c++/66957 (incorrect "is protected within this context" error)Jason Merrill1-80/+148
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+6
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-02re PR c++/59483 (A nested lambda fails to find a protected name with qualifie...Ville Voutilainen1-2/+4
2014-03-26re PR c++/60566 (r208573 omits needed thunks)Jason Merrill1-16/+0
2014-03-14re PR c++/60532 (r208573 causes Firefox build failure)Jason Merrill1-16/+16
2014-03-14re PR c++/58678 (pykde4-4.11.2 link error (devirtualization too trigger happy))Jason Merrill1-0/+16
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/59111 ([c++11] ICE on invalid usage of auto in return type)Marek Polacek1-1/+1
2013-07-13call.c (can_convert): Allow user-defined conversions.Jason Merrill1-13/+7
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