RFC: Update Intel386, x86-64 and IA MCU psABIs for passing/returning empty struct

Matthijs van Duin via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 19 10:45:23 PST 2016


On 19 February 2016 at 16:27, H.J. Lu <hjl.tools at gmail.com> wrote:

> We want to include static member functions and exclude non-static member
> functions.
>

There's no reason to disallow non-static member functions in general; they
have no impact on being trivially copyable or not, only the presence of a
non-trivial copy constructor or destructor does.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160219/cae5745f/attachment.html>


More information about the cfe-commits mailing list