summaryrefslogtreecommitdiff
path: root/gcc/cp/search.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Improving concepts performance and diagnostics.Andrew Sutton2016-07-211-0/+1
* C++ FE: handle misspelled identifiers and typenamesDavid Malcolm2016-07-201-7/+1
* spellcheck.h: add best_match template; implement early-rejectDavid Malcolm2016-06-151-1/+1
* Fix type-dependence and the current instantiation.Jason Merrill2016-05-131-0/+26
* Fix PR c++/70205 (ICE on valid call to qualified static member function)Patrick Palka2016-03-181-1/+3
* re PR c++/10200 (Weird clash with same names in different scopes)Jason Merrill2016-02-161-18/+0
* re PR c++/69753 (bogus: expected primary-expression before ‘>’ token)Jason Merrill2016-02-151-0/+18
* re PR c++/67407 (ice in friend_accessible_p)Jason Merrill2016-01-281-79/+18
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix memclass5.C, memfriend10.C, var-templ19.C with -std=c++1z.Jason Merrill2015-12-061-1/+2
* C++ FE: offer suggestions for misspelled field namesDavid Malcolm2015-11-201-0/+139
* decl.c: Remove unused header files.Andrew MacLeod2015-11-111-4/+0
* decl.c: Reorder #include's and remove duplicates.Andrew MacLeod2015-10-291-3/+2
* re PR sanitizer/67867 (UBSan bootstrap fails with error: ‘otype’ may be u...Marek Polacek2015-10-071-1/+1
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-10-041-2/+20
* re PR c++/66957 (incorrect "is protected within this context" error)Jason Merrill2015-08-191-80/+148
* Add C++ Concepts TS support.Andrew Sutton2015-08-071-0/+6
* call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini2015-07-281-1/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-1/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+9
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR c++/59483 (A nested lambda fails to find a protected name with qualifie...Ville Voutilainen2014-06-021-2/+4
* re PR c++/60566 (r208573 omits needed thunks)Jason Merrill2014-03-261-16/+0
* re PR c++/60532 (r208573 causes Firefox build failure)Jason Merrill2014-03-141-16/+16
* re PR c++/58678 (pykde4-4.11.2 link error (devirtualization too trigger happy))Jason Merrill2014-03-141-0/+16
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR c++/59111 ([c++11] ICE on invalid usage of auto in return type)Marek Polacek2013-12-231-1/+1
* call.c (can_convert): Allow user-defined conversions.Jason Merrill2013-07-131-13/+7
* N3638 changes to return type deductionJason Merrill2013-04-191-4/+3
* decl2.c (collect_candidates_for_java_method_aliases): Use DECL_CLASS_SCOPE_P.Paolo Carlini2013-03-311-13/+6
* tree.h (VAR_P): New.Gabriel Dos Reis2013-03-291-1/+1
* cp-tree.h (identifier_p): New.Gabriel Dos Reis2013-03-221-2/+2
* * search.c (lookup_base): Handle NULL_TREE.Jason Merrill2013-03-161-0/+8
* Update copyright years in gcc/Richard Sandiford2013-01-101-4/+1
* re PR c++/55127 (Incorrect "dependent scope" error with partial specializatio...Jason Merrill2012-12-071-0/+13
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-22/+21
* typeck.c (build_indirect_ref, [...]): Remove uses of ATTRIBUTE_UNUSED on the ...Paolo Carlini2012-09-131-2/+2
* re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini2012-09-051-24/+18
* sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.Steven Bosscher2012-07-241-29/+22
* DR 1170 PR c++/51213Paolo Carlini2012-07-181-2/+4
* re PR c++/53524 (Bogus enum comparison warning)Jason Merrill2012-07-021-4/+3
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* re PR c++/52363 (Presence/absence of -pedantic compilation affects run-time b...Paolo Carlini2012-04-241-2/+4
* Implement return type deduction for normal functions with -std=c++1y.Jason Merrill2012-03-241-0/+5
* re PR c++/52510 (libitm/config/posix/rwlock.cc doesn't compile)Jason Merrill2012-03-201-0/+2
* class.c (add_method): Always build an OVERLOAD for using-decls.Jason Merrill2012-03-031-4/+6