aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-07-21call.c (build_over_call): Check unsafe_copy_elision_p even for trivial constr...Jason Merrill1-7/+25
2016-05-23re PR c++/70972 (Inheriting constructors taking parameters by value should mo...Paolo Carlini1-0/+2
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-2/+2
2016-04-28cvt.c (cp_get_callee): New.Jason Merrill1-6/+2
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-03-03* method.c (synthesized_method_walk): operator= can also be constexpr.Jason Merrill1-2/+11
2016-02-25re PR c++/69842 (Parameter deduction in polymorphic lambdas)Jason Merrill1-3/+6
2016-02-17re PR c++/69842 (Parameter deduction in polymorphic lambdas)Jason Merrill1-4/+14
2016-01-11re PR c++/69131 (default constructor of union incorrectly deleted)Jason Merrill1-10/+13
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-04ENABLE_CHECKING refactoring: C family front endsMikhail Maltsev1-3/+1
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-9/+5
2015-10-26function.h (MINIMUM_METHOD_BOUNDARY): New macro.Christian Bruel1-7/+2
2015-08-19remove more useless typedefsTrevor Saunders1-2/+0
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+8
2015-07-28call.c (build_op_delete_call, [...]): Use Use DECL_SOURCE_LOCATION and "%qD" ...Paolo Carlini1-9/+13
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-23re PR c++/66501 (Default move assignment does not move array members)Jason Merrill1-0/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-11class.c (fixup_type_variants): Do not copy TYPE_METHODSJan Hubicka1-0/+2
2015-04-15decl.c (grokmethod): Only set DECL_COMDAT if TREE_PUBLIC is set.Jason Merrill1-1/+2
2015-02-10re PR ipa/64982 (Many g++ failures on x86_64-apple-darwin14 with -m32.)Jan Hubicka1-14/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-10-10re PR c++/63194 (ICE in maybe_explain_implicit_delete, at cp/method.c:1552)Jason Merrill1-0/+1
2014-10-10method.c (implicitly_declare_fn): Handle deleted lambda default ctor and copy...Jason Merrill1-0/+6
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill1-1/+3
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill1-2/+109
2014-09-30method.c (build_stub_object): Use CONVERT_EXPR.Jason Merrill1-1/+1
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-3/+3
2014-07-30re PR lto/53808 (Undefined symbol when building a library with lto)Jason Merrill1-2/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-13/+12
2014-07-14re PR c++/58511 ([c++11] ICE using static const member variable in constexpr)Jason Merrill1-1/+2
2014-06-12toplev.c (process_options): Reject -fabi-version=1.Jason Merrill1-10/+1
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-3/+16
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-04-29DR 1351 Represent the unevaluated exception specification of an implicitly de...Jason Merrill1-22/+79
2014-03-26re PR c++/52369 (Const-qualified non-class base member and defaulted default ...Fabien ChĂȘne1-4/+12
2014-03-11re PR c++/60389 ([c++11] ICE with inheriting constructors and wrong usage of ...Paolo Carlini1-0/+19
2014-03-01method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and S...Paolo Carlini1-5/+3
2014-02-12re PR c++/60047 (ICE with defaulted copy constructor and virtual base class)Paolo Carlini1-2/+4
2014-02-03re PR c++/58871 ([c++11] ICE with defaulted copy constructor in broken templa...Paolo Carlini1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1