[cfe-commits] r83672 - in /cfe/trunk: lib/Sema/SemaTemplate.cpp test/SemaTemplate/friend-template.cpp

John McCall rjmccall at apple.com
Fri Oct 9 14:13:59 PDT 2009


Douglas Gregor wrote:
> Author: dgregor
> Date: Fri Oct  9 16:11:42 2009
> New Revision: 83672
>
> URL: http://llvm.org/viewvc/llvm-project?rev=83672&view=rev
> Log:
> When declaring a friend class template, we may end up finding an
> injected-class-name (e.g., when we're referring to other
> specializations of the current class template). Make sure that we see
> the template rather than the injected-class-name. Fixes PR4768.
>   

Thanks, Doug.

John.



More information about the cfe-commits mailing list