[cfe-commits] [patch] Fix a FIXME for a dependent base class fixit
Douglas Gregor
dgregor at apple.com
Fri Jun 22 08:19:17 PDT 2012
On Jun 20, 2012, at 7:54 PM, Nico Weber wrote:
> Hi,
>
> the attached patch enables the fixit for unqualified calls to methods
> of dependent bases of class templates when the calling site is a
> member function template. The patch effectively reverts r111675 (not
> the test added in that revision though :-) ) and adds an explicit code
> path for function templates (TK_FunctionTemplateSpecialization).
> Please take a look.
LGTM, thanks!
- Doug
More information about the cfe-commits
mailing list