[cfe-dev] Impending initialization rewrite

Sebastian Redl sebastian.redl at getdesigned.at
Mon Nov 30 10:31:00 PST 2009


Douglas Gregor wrote:
>
> On Nov 30, 2009, at 8:09 AM, Sebastian Redl wrote:
>>
>> I believe there are some comments in the static_cast code that address a
>> problem with diagnostics for the "explicit implicit conversion" case. We
>> should make sure that DiagnoseInitialization is suitable for this
>> purpose.
>
>
> I missed that consumer of initialization... I'll look there, too. Thanks!
Good. Take particular note of the evil "CStyle" flag. It is relevant to
PerformInitialization, because it suppresses access checks in
derived-to-base conversions.

Sebastian



More information about the cfe-dev mailing list