[PATCH] Proposal on how to fix temporary dtors.

Manuel Klimek klimek at google.com
Wed May 28 05:47:31 PDT 2014


Yeppers:
[]() { check(NoReturnDtor()); } != nullptr || check(Dtor());
is wrong (we think we always die, while nothing is being executed...)

Working on a fix...

http://reviews.llvm.org/D3627






More information about the cfe-commits mailing list