Age | Commit message (Expand) | Author | Files | Lines |
2020-10-27 | c++: Kill nested_udts | Nathan Sidwell | 1 | -11/+0 |
2020-07-02 | c++: Support C++20 virtual consteval functions. [PR88335] | Jason Merrill | 1 | -12/+24 |
2020-06-16 | c++: Improve access checking inside templates [PR41437] | Patrick Palka | 1 | -15/+0 |
2020-05-14 | c++: Missing SFINAE with lookup_fnfields [PR78446] | Patrick Palka | 1 | -2/+3 |
2020-05-07 | c++: Fix spelling of non-static | Marek Polacek | 1 | -3/+3 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-09 | Update the concepts implementation to conform to C++20. | Jason Merrill | 1 | -1/+4 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-06-22 | PR c++/86476 - noexcept-specifier is a complete-class context. | Marek Polacek | 1 | -16/+35 |
2019-05-15 | call.c (perform_overload_resolution, [...]): Use OVL_P; remove redundant TEMP... | Paolo Carlini | 1 | -4/+1 |
2019-02-13 | [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE | Alexandre Oliva | 1 | -3/+16 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-20 | Add support for grouping of related diagnostics (PR other/84889) | David Malcolm | 1 | -0/+10 |
2018-05-25 | PR c++/85815 - reference to member of enclosing template. | Jason Merrill | 1 | -1/+4 |
2018-05-24 | cp-tree.h (INDIRECT_TYPE_P): New. | Paolo Carlini | 1 | -2/+2 |
2018-04-27 | Don't offer suggestions for compiler-generated variables (PR c++/85515) | David Malcolm | 1 | -3/+10 |
2018-03-29 | PR c++/85060 - wrong-code with call to base member in template. | Jason Merrill | 1 | -1/+1 |
2018-03-27 | search.c (check_final_overrider): Use inform instead of error for the diagnos... | Volker Reichelt | 1 | -11/+20 |
2018-03-21 | C++: show private field accessor hints with -g and optimization (PR c++/84994) | David Malcolm | 1 | -10/+11 |
2018-03-21 | C++: show private field accessor hints for const accesses (PR c++/84892) | David Malcolm | 1 | -2/+2 |
2018-02-08 | constexpr.c (cxx_eval_component_reference): Use INDIRECT_REF_P. | Paolo Carlini | 1 | -1/+1 |
2018-01-18 | Fix template/inherit4.C. | Jason Merrill | 1 | -0/+7 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-09-13 | Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC. | Nathan Sidwell | 1 | -4/+4 |
2017-09-06 | name-lookup.h (lookup_field_1): Delete. | Nathan Sidwell | 1 | -17/+1 |
2017-09-06 | name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ... | Nathan Sidwell | 1 | -4/+3 |
2017-08-25 | Conversion operators have a special name | Nathan Sidwell | 1 | -6/+2 |
2017-08-24 | Conversion operators kept on single overload set | Nathan Sidwell | 1 | -108/+41 |
2017-08-23 | cp-tree.h (lookup_field_1, [...]): Move declatations to ... | Nathan Sidwell | 1 | -252/+0 |
2017-08-23 | cp-tree.h (print_search_statistics, [...]): Don't declare. | Nathan Sidwell | 1 | -56/+0 |
2017-08-21 | search.c (lookup_field_r): Remove obsolete code for type-named field in PoD. | Nathan Sidwell | 1 | -28/+11 |
2017-08-21 | search.c (lookup_field_1): Assert TYPE is a class and VFIELD isn't special. | Nathan Sidwell | 1 | -46/+6 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-07-21 | search.c (lookup_conversion_operator): Return overloads. | Nathan Sidwell | 1 | -69/+38 |
2017-07-21 | Remove special CDtor METHOD_VEC slots. | Nathan Sidwell | 1 | -41/+18 |
2017-07-21 | Remove TYPE_METHODS. | Nathan Sidwell | 1 | -0/+4 |
2017-06-30 | cp-tree.h (lookup_fnfields_1, [...]): Don't declare. | Nathan Sidwell | 1 | -8/+20 |
2017-06-30 | call.c (build_new_method_call_1): Use constructo_name to get ctor name. | Nathan Sidwell | 1 | -4/+1 |
2017-06-29 | PR c++/81164 - ICE with invalid inherited constructor. | Jason Merrill | 1 | -0/+22 |
2017-06-29 | Whitespace cleanups. | Nathan Sidwell | 1 | -0/+3 |
2017-06-27 | cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2017-06-26 | cp-tree.h (lang_decl_fn): Remove assignment_operator_p field. | Nathan Sidwell | 1 | -9/+6 |
2017-06-22 | Reorder IDENTIFIER flags | Nathan Sidwell | 1 | -3/+3 |
2017-05-18 | cp-tree.h (OVL_USED): Replace with ... | Nathan Sidwell | 1 | -1/+1 |
2017-05-17 | class.c (handle_using_decl): Use OVL_FIRST, ovl_iterator. | Nathan Sidwell | 1 | -58/+46 |
2017-05-16 | C++: fix-it hints suggesting accessors for private fields | David Malcolm | 1 | -3/+237 |
2017-05-11 | cp-tree.h (pushdecl, [...]): Move declarations to ... | Nathan Sidwell | 1 | -1/+1 |
2017-03-06 | Revert "Allow deduction guides to look into primary template." | Jason Merrill | 1 | -7/+0 |
2017-03-02 | Allow deduction guides to look into primary template. | Jason Merrill | 1 | -0/+7 |