[cfe-dev] Static member promotion location?
Tim Northover
t.p.northover at gmail.com
Wed May 29 13:19:33 PDT 2013
Hi,
I've been trying to track down where clang promotes member functions
of classes local to a TU to static be static if possible (i.e. drops
the "this" parameter). It seems to be interacting badly with variadic
functions on AArch64, and I'd like to track down exactly what's going
on.
Unfortunately I've not had much luck. Does anyone have any suggestions?
Cheers.
Tim.
More information about the cfe-dev
mailing list