Age | Commit message (Expand) | Author | Files | Lines |
2017-06-18 | PR c++/70844 - -Wuseless-cast and inheriting constructor. | Jason Merrill | 1 | -0/+1 |
2017-06-16 | cp-tree.h (build_this_parm, [...]): Add FN parm. | Nathan Sidwell | 1 | -4/+3 |
2017-06-16 | Don't defer noexcept_deferred_spec. | Nathan Sidwell | 1 | -1/+1 |
2017-06-01 | re PR c++/80812 (ICE: in build_value_init_noctor, at cp/init.c:483) | Ville Voutilainen | 1 | -1/+1 |
2017-05-19 | call.c (add_list_candidates): Use OVL_FIRST. | Nathan Sidwell | 1 | -1/+2 |
2017-05-17 | Implement new C++ intrinsics __is_assignable and __is_constructible. | Ville Voutilainen | 1 | -7/+35 |
2017-05-16 | cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators. | Nathan Sidwell | 1 | -4/+4 |
2017-05-16 | cp-tree.h (OVL_FIRST, OVL_NAME): New. | Nathan Sidwell | 1 | -4/+2 |
2017-05-11 | cp-tree.h (pushdecl, [...]): Move declarations to ... | Nathan Sidwell | 1 | -1/+1 |
2017-05-11 | re PR c++/80682 (__is_trivially_constructible(void, int) returns true.) | Ville Voutilainen | 1 | -0/+2 |
2017-05-10 | cp-tree.h (add_method, [...]): Change last arg to bool. | Nathan Sidwell | 1 | -2/+2 |
2017-03-14 | PR c++/79393 DR 1658 workaround | Nathan Sidwell | 1 | -16/+18 |
2017-03-13 | PR c++/79393 DR 1658 workaround | Nathan Sidwell | 1 | -1/+17 |
2017-03-04 | Core issues 2273 and 2277 | Jason Merrill | 1 | -1/+2 |
2017-02-15 | PR c++/79464 - ICE in IPA with omitted constructor parms | Jason Merrill | 1 | -0/+3 |
2017-02-07 | method.c (synthesized_method_base_walk): New. | Nathan Sidwell | 1 | -112/+99 |
2017-01-31 | Introduce C++ support in libcc1 | Alexandre Oliva | 1 | -5/+5 |
2017-01-27 | PR c++/78771 - ICE with inherited constructor. | Jason Merrill | 1 | -3/+11 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-21 | PR c++/78767 - ICE with inherited constructor default argument | Jason Merrill | 1 | -1/+5 |
2016-11-01 | Implement P0136R1, Rewording inheriting constructors. | Jason Merrill | 1 | -42/+173 |
2016-10-07 | re PR c++/64433 (Segmentation fault while compiling) | Nathan Sidwell | 1 | -8/+12 |
2016-10-04 | extend.texi (Java Exceptions): Remove. | Jakub Jelinek | 1 | -1/+1 |
2016-09-26 | init.c (expand_default_init): Fix } indentation. | Nathan Sidwell | 1 | -13/+5 |
2016-08-29 | PR c++/77379 - ABI tag on thunk | Jason Merrill | 1 | -1/+1 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -0/+1 |
2016-07-21 | call.c (build_over_call): Check unsafe_copy_elision_p even for trivial constr... | Jason Merrill | 1 | -7/+25 |
2016-05-23 | re PR c++/70972 (Inheriting constructors taking parameters by value should mo... | Paolo Carlini | 1 | -0/+2 |
2016-05-12 | re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ... | Marek Polacek | 1 | -2/+2 |
2016-04-28 | cvt.c (cp_get_callee): New. | Jason Merrill | 1 | -6/+2 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -1/+1 |
2016-03-03 | * method.c (synthesized_method_walk): operator= can also be constexpr. | Jason Merrill | 1 | -2/+11 |
2016-02-25 | re PR c++/69842 (Parameter deduction in polymorphic lambdas) | Jason Merrill | 1 | -3/+6 |
2016-02-17 | re PR c++/69842 (Parameter deduction in polymorphic lambdas) | Jason Merrill | 1 | -4/+14 |
2016-01-11 | re PR c++/69131 (default constructor of union incorrectly deleted) | Jason Merrill | 1 | -10/+13 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -4/+0 |
2015-11-04 | ENABLE_CHECKING refactoring: C family front ends | Mikhail Maltsev | 1 | -3/+1 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -9/+5 |
2015-10-26 | function.h (MINIMUM_METHOD_BOUNDARY): New macro. | Christian Bruel | 1 | -7/+2 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -2/+0 |
2015-08-07 | Add C++ Concepts TS support. | Andrew Sutton | 1 | -0/+8 |
2015-07-28 | call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ... | Paolo Carlini | 1 | -9/+13 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-23 | re PR c++/66501 (Default move assignment does not move array members) | Jason Merrill | 1 | -0/+2 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-05-11 | class.c (fixup_type_variants): Do not copy TYPE_METHODS | Jan Hubicka | 1 | -0/+2 |