aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Improving concepts performance and diagnostics.Andrew Sutton1-0/+1
2016-07-20C++ FE: handle misspelled identifiers and typenamesDavid Malcolm1-7/+1
2016-06-15spellcheck.h: add best_match template; implement early-rejectDavid Malcolm1-1/+1
2016-05-13Fix type-dependence and the current instantiation.Jason Merrill1-0/+26
2016-03-18Fix PR c++/70205 (ICE on valid call to qualified static member function)Patrick Palka1-1/+3
2016-02-16re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill1-18/+0
2016-02-15re PR c++/69753 (bogus: expected primary-expression before ‘>’ token)Jason Merrill1-0/+18
2016-01-28re PR c++/67407 (ice in friend_accessible_p)Jason Merrill1-79/+18
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-06Fix memclass5.C, memfriend10.C, var-templ19.C with -std=c++1z.Jason Merrill1-1/+2
2015-11-20C++ FE: offer suggestions for misspelled field namesDavid Malcolm1-0/+139
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
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