[cfe-commits] [patch] Fix a FIXME for a dependent base class fixit

Nico Weber thakis at chromium.org
Fri Jun 22 10:33:46 PDT 2012


On Fri, Jun 22, 2012 at 8:19 AM, Douglas Gregor <dgregor at apple.com> wrote:
>
> 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!

r159004, thanks!



More information about the cfe-commits mailing list