Age | Commit message (Expand) | Author | Files | Lines |
2017-10-04 | [C++ PATCH] Move mangling alias out of :: | Nathan Sidwell | 1 | -1/+1 |
2017-09-29 | P0683R1 - default member initializers for bit-fields | Jakub Jelinek | 1 | -1/+1 |
2017-09-28 | PR c++/56973, DR 696 - capture constant variables only as needed. | Jason Merrill | 1 | -1/+3 |
2017-09-28 | Use local_specializations to find capture proxies. | Jason Merrill | 1 | -2/+8 |
2017-09-22 | C++: underline parameters in mismatching function calls | David Malcolm | 1 | -0/+2 |
2017-09-15 | invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+... | Jakub Jelinek | 1 | -1/+1 |
2017-09-13 | Rename CLASSTYPE_METHOD_VEC to CLASSTYPE_MEMBER_VEC. | Nathan Sidwell | 1 | -14/+6 |
2017-09-12 | Kill CLASSTYPE_SORTED_FIELDS. | Nathan Sidwell | 1 | -9/+0 |
2017-09-08 | PR c++/70029 - ICE with ref-qualifier and -flto | Jason Merrill | 1 | -0/+1 |
2017-09-06 | PR c++/82053 - ICE with default argument in lambda in template | Jason Merrill | 1 | -0/+1 |
2017-09-06 | name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ... | Nathan Sidwell | 1 | -3/+3 |
2017-09-05 | cp-tree.h (lang_decl_base): Rename template_conv_p to unknown_bound_p. | Nathan Sidwell | 1 | -14/+6 |
2017-09-05 | re PR c++/81942 (ICE on empty constexpr constructor with C++14) | Paolo Carlini | 1 | -0/+6 |
2017-09-01 | cp-tree.h (resort_type_method_vec): Move declaration to ... | Nathan Sidwell | 1 | -2/+0 |
2017-09-01 | Revert 2017-08-28 Nathan Sidwell <nathan@acm.org> Restore sorted_fields vector. | Nathan Sidwell | 1 | -7/+8 |
2017-08-29 | Reimplement handling of lambdas in templates. | Jason Merrill | 1 | -2/+8 |
2017-08-29 | Remove unnecessary LAMBDA_EXPR fields. | Jason Merrill | 1 | -11/+3 |
2017-08-29 | Support copying local_specializations. | Jason Merrill | 1 | -1/+2 |
2017-08-29 | Add immediate potential_constant_expression variants. | Jason Merrill | 1 | -3/+5 |
2017-08-29 | Instantiate default arguments/member initializers once. | Jason Merrill | 1 | -1/+1 |
2017-08-28 | cp-tree.h (lang_type): Replace sorted_fields vector with bindings map. | Nathan Sidwell | 1 | -8/+7 |
2017-08-28 | cp-tree.h (insert_late_enum_def_into_classtype_sorted_fields): Delete. | Nathan Sidwell | 1 | -1/+0 |
2017-08-25 | Conversion operators have a special name | Nathan Sidwell | 1 | -4/+7 |
2017-08-23 | cp-tree.h (lookup_field_1, [...]): Move declatations to ... | Nathan Sidwell | 1 | -4/+0 |
2017-08-23 | cp-tree.h (maybe_version_functions): Declare. | Nathan Sidwell | 1 | -0/+1 |
2017-08-23 | cp-tree.h (print_search_statistics, [...]): Don't declare. | Nathan Sidwell | 1 | -2/+0 |
2017-08-17 | cp-tree.def (TEMPLATE_TEMPLATE_PARM): Remove stale comment. | Nathan Sidwell | 1 | -22/+11 |
2017-08-17 | cp-tree.h (struct lang_type): Remove template_info field. | Nathan Sidwell | 1 | -6/+7 |
2017-08-10 | PR c++/80452 - Core 1579, implicit move semantics on return/throw | Jason Merrill | 1 | -1/+1 |
2017-08-09 | PR c++/81359 - Unparsed NSDMI error from SFINAE context. | Jason Merrill | 1 | -4/+5 |
2017-07-21 | Remove special CDtor METHOD_VEC slots. | Nathan Sidwell | 1 | -11/+3 |
2017-07-19 | class.c (add_implicitly_declared_members): Use classtype_has_move_assign_or_m... | Nathan Sidwell | 1 | -1/+1 |
2017-07-19 | tree.h (TYPE_MINVAL, [...]): Rename to ... | Nathan Sidwell | 1 | -2/+2 |
2017-07-18 | class.c (classtype_has_move_assign_or_move_ctor): Declare. | Nathan Sidwell | 1 | -2/+0 |
2017-07-17 | class.c (type_has_user_declared_move_constructor, [...]): Combine into ... | Nathan Sidwell | 1 | -2/+1 |
2017-07-12 | cp-tree.h (DECL_CONSTRUCTOR_P, [...]): Look at identifier flags. | Nathan Sidwell | 1 | -6/+4 |
2017-07-10 | cp-tree.h (cp_operator_id, [...]): Document. | Martin Sebor | 1 | -7/+25 |
2017-07-06 | Support C++-specific selftests | David Malcolm | 1 | -0/+6 |
2017-06-30 | config-lang.in (gtfiles): Add cp/lex.c. | Nathan Sidwell | 1 | -1/+1 |
2017-06-30 | cp-tree.h (lookup_fnfields_1, [...]): Don't declare. | Nathan Sidwell | 1 | -2/+1 |
2017-06-29 | PR c++/81164 - ICE with invalid inherited constructor. | Jason Merrill | 1 | -0/+1 |
2017-06-29 | cp-tree.h (THIS_NAME, [...]): Delete. | Nathan Sidwell | 1 | -8/+0 |
2017-06-29 | class.c (finish_struct): Use OVL_P. | Nathan Sidwell | 1 | -2/+2 |
2017-06-29 | Whitespace cleanups. | Nathan Sidwell | 1 | -2/+5 |
2017-06-28 | PR c++/72764 - ICE with invalid template typename. | Jason Merrill | 1 | -0/+1 |
2017-06-27 | cp-tree.h (CLASSTYPE_DESTRUCTORS): Rename to ... | Nathan Sidwell | 1 | -4/+2 |
2017-06-27 | Kill IDENTIFIER_TEMPLATE. | Nathan Sidwell | 1 | -4/+0 |
2017-06-26 | cp-tree.h (lang_decl_fn): Remove assignment_operator_p field. | Nathan Sidwell | 1 | -18/+14 |
2017-06-23 | PR c++/79056 - C++17 ICE with invalid template syntax. | Jason Merrill | 1 | -0/+1 |
2017-06-22 | Reorder IDENTIFIER flags | Nathan Sidwell | 1 | -40/+85 |