[PATCH v2 0/3] Completer C++ template support

Simon Marchi simark@simark.ca
Wed Apr 22 17:45:53 GMT 2020


On 2020-04-22 1:27 p.m., Keith Seitz via Gdb-patches wrote:
> On 4/22/20 8:15 AM, Simon Marchi wrote:
>>> For example, consider this example:
>>>
>>> struct Foozle
>>> {
>>>   int x;
>>>   T1 t;
>>>   template <typename T2>
>>>   T2 fogey (T2 plop);
>>> };
>>
>> Is there a `tempalte <typename T1>` missing at the top of the snippet?
> 
> Yes, I forgot to add that -- cut&paste-o. This comes from the tests
> added in patch #3.
> 
> I apologize for that.

No worries, it's the cover letter anyway, it doesn't end up in the repo.  It was just
to be sure.

Simon



More information about the Gdb-patches mailing list