[cfe-commits] r155838 - in /cfe/trunk: lib/Sema/SemaExpr.cpp lib/Sema/SemaTemplateInstantiate.cpp test/SemaCXX/conversion.cpp
Erik Verbruggen
erikjv at me.com
Tue May 1 06:32:52 PDT 2012
On 1 mei 2012, at 04:29, David Blaikie <dblaikie at gmail.com> wrote:
> 2012/4/30 Rafael EspĂndola <rafael.espindola at gmail.com>:
>> This caused llvm.org/pr12710.
>>
>> I am not sure if the order the destructors are called is specified by
>> the standard, but firefox depends on it :-(
>
> Probably is defined - thanks for the bug. I'll look into it.
Yes, in class.dtor (12.4.6) in my slightly older copy of the standard.
-- Erik
More information about the cfe-commits
mailing list