[cfe-dev] [patch] qualifiers not stripped from pseudodestructor call

John McCall rjmccall at apple.com
Fri Jun 11 10:37:09 PDT 2010


On Jun 11, 2010, at 5:49 AM, troy d. straszheim wrote:
> Patch attached...   clang incorrectly errors on a call to
> 
>  ptr->T::~T()
> 
> if ptr is e.g. of type const volatile *T

Committed in r105823, thanks!

John.



More information about the cfe-dev mailing list