Daily bump.
[gcc.git] / gcc / cp / search.c
2021-01-23 Anthony Sharpc++: private inheritance access diagnostics fix [PR17314]
2021-01-23 Patrick Palkac++: 'this' injection and static member functions ...
2021-01-19 Patrick Palkac++: Always check access during late-parsing of members...
2021-01-04 Jakub JelinekUpdate copyright years.
2020-10-27 Nathan Sidwellc++: Kill nested_udts
2020-07-02 Jason Merrillc++: Support C++20 virtual consteval functions. [PR88335]
2020-06-16 Patrick Palkac++: Improve access checking inside templates [PR41437]
2020-05-14 Patrick Palkac++: Missing SFINAE with lookup_fnfields [PR78446]
2020-05-07 Marek Polacekc++: Fix spelling of non-static
2020-01-01 Jakub JelinekUpdate copyright years.
2019-10-09 Jason MerrillUpdate the concepts implementation to conform to C...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-06-22 Marek PolacekPR c++/86476 - noexcept-specifier is a complete-class...
2019-05-15 Paolo Carlinicall.c (perform_overload_resolution, [...]): Use OVL_P...
2019-02-13 Alexandre Oliva[PR86379] do not use TREE_TYPE for USING_DECL_SCOPE
2019-01-01 Jakub JelinekUpdate copyright years.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-05-25 Jason MerrillPR c++/85815 - reference to member of enclosing template.
2018-05-24 Paolo Carlinicp-tree.h (INDIRECT_TYPE_P): New.
2018-04-27 David MalcolmDon't offer suggestions for compiler-generated variable...
2018-03-29 Jason MerrillPR c++/85060 - wrong-code with call to base member...
2018-03-27 Volker Reicheltsearch.c (check_final_overrider): Use inform instead...
2018-03-21 David MalcolmC++: show private field accessor hints with -g and...
2018-03-21 David MalcolmC++: show private field accessor hints for const access...
2018-02-08 Paolo Carliniconstexpr.c (cxx_eval_component_reference): Use INDIREC...
2018-01-18 Jason MerrillFix template/inherit4.C.
2018-01-03 Jakub JelinekUpdate copyright years.
2017-09-13 Nathan SidwellRename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC.
2017-09-06 Nathan Sidwellname-lookup.h (lookup_field_1): Delete.
2017-09-06 Nathan Sidwellname-lookup.h (lookup_fnfields_slot_nolazy, [...])...
2017-08-25 Nathan SidwellConversion operators have a special name
2017-08-24 Nathan SidwellConversion operators kept on single overload set
2017-08-23 Nathan Sidwellcp-tree.h (lookup_field_1, [...]): Move declatations...
2017-08-23 Nathan Sidwellcp-tree.h (print_search_statistics, [...]): Don't declare.
2017-08-21 Nathan Sidwellsearch.c (lookup_field_r): Remove obsolete code for...
2017-08-21 Nathan Sidwellsearch.c (lookup_field_1): Assert TYPE is a class and...
2017-08-08 Martin Liskatrans.c: Include header files.
2017-07-21 Nathan Sidwellsearch.c (lookup_conversion_operator): Return overloads.
2017-07-21 Nathan SidwellRemove special CDtor METHOD_VEC slots.
2017-07-21 Nathan SidwellRemove TYPE_METHODS.
2017-06-30 Nathan Sidwellcp-tree.h (lookup_fnfields_1, [...]): Don't declare.
2017-06-30 Nathan Sidwellcall.c (build_new_method_call_1): Use constructo_name...
2017-06-29 Jason MerrillPR c++/81164 - ICE with invalid inherited constructor.
2017-06-29 Nathan SidwellWhitespace cleanups.
2017-06-27 Nathan Sidwellcp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ...
2017-06-26 Nathan Sidwellcp-tree.h (lang_decl_fn): Remove assignment_operator_p...
2017-06-22 Nathan SidwellReorder IDENTIFIER flags
2017-05-18 Nathan Sidwellcp-tree.h (OVL_USED): Replace with ...
2017-05-17 Nathan Sidwellclass.c (handle_using_decl): Use OVL_FIRST, ovl_iterator.
2017-05-16 David MalcolmC++: fix-it hints suggesting accessors for private...
2017-05-11 Nathan Sidwellcp-tree.h (pushdecl, [...]): Move declarations to ...
2017-03-06 Jason MerrillRevert "Allow deduction guides to look into primary...
2017-03-03 Jason MerrillAllow deduction guides to look into primary template.
2017-01-31 Alexandre OlivaIntroduce C++ support in libcc1
2017-01-01 Jakub JelinekUpdate copyright years.
2016-07-21 Andrew SuttonImproving concepts performance and diagnostics.
2016-07-20 David MalcolmC++ FE: handle misspelled identifiers and typenames
2016-06-15 David Malcolmspellcheck.h: add best_match template; implement early...
2016-05-13 Jason MerrillFix type-dependence and the current instantiation.
2016-03-18 Patrick PalkaFix PR c++/70205 (ICE on valid call to qualified static...
2016-02-17 Jason Merrillre PR c++/10200 (Weird clash with same names in differe...
2016-02-15 Jason Merrillre PR c++/69753 (bogus: expected primary-expression...
2016-01-28 Jason Merrillre PR c++/67407 (ice in friend_accessible_p)
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-07 Jason MerrillFix memclass5.C, memfriend10.C, var-templ19.C with...
2015-11-20 David MalcolmC++ FE: offer suggestions for misspelled field names
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-07 Marek Polacekre PR sanitizer/67867 (UBSan bootstrap fails with error...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-08-20 Jason Merrillre PR c++/66957 (incorrect "is protected within this...
2015-08-07 Andrew SuttonAdd C++ Concepts TS support.
2015-07-28 Paolo Carlinicall.c (build_op_delete_call, [...]): Use Use DECL_SOUR...
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-06-02 Ville Voutilainenre PR c++/59483 (A nested lambda fails to find a protec...
2014-03-26 Jason Merrillre PR c++/60566 (r208573 omits needed thunks)
2014-03-15 Jason Merrillre PR c++/60532 (r208573 causes Firefox build failure)
2014-03-14 Jason Merrillre PR c++/58678 (pykde4-4.11.2 link error (devirtualiza...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-23 Marek Polacekre PR c++/59111 ([c++11] ICE on invalid usage of auto...
2013-07-13 Jason Merrillcall.c (can_convert): Allow user-defined conversions.
2013-04-19 Jason MerrillN3638 changes to return type deduction
2013-03-31 Paolo Carlinidecl2.c (collect_candidates_for_java_method_aliases...
2013-03-29 Gabriel Dos Reistree.h (VAR_P): New.
2013-03-22 Gabriel Dos Reiscp-tree.h (identifier_p): New.
2013-03-17 Jason Merrill* search.c (lookup_base): Handle NULL_TREE.
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-12-08 Jason Merrillre PR c++/55127 (Incorrect "dependent scope" error...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-13 Paolo Carlinitypeck.c (build_indirect_ref, [...]): Remove uses of...
2012-09-05 Paolo Carlinire PR c++/54191 ([C++11] SFINAE does not handle convers...
2012-07-24 Steven Bosschersbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for...
2012-07-19 Paolo CarliniDR 1170 PR c++/51213
2012-07-02 Jason Merrillre PR c++/53524 (Bogus enum comparison warning)
next