r246548 - Add a new frontend warning for referencing members from the handler of a constructor or destructor function-try-block, which is UB in C++.
Renato Golin via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 1 13:08:32 PDT 2015
On 1 September 2015 at 20:09, Aaron Ballman <aaron at aaronballman.com> wrote:
> Like a parameter/local misalignment?
Yes, I think due to placement new for inherited classes, ignoring the
padding between the base class and the inherited extra.
Anyway, it's not your commit, as I just got a failure on my other box
with 246547, which "passed" on the buildbot.
Ahmed, I think we have another of those issues... :)
I'll let the bot broken, as it'll come back again and "stop" failing
in its own... :/
cheers,
--renato
More information about the cfe-commits
mailing list