<p>In <a href="https://github.com/geany/geany/pull/889#discussion_r50965061">tagmanager/ctags/c.c</a>:</p>
<pre style='color:#555'>>  
> -  if (! st->gotArgs)
> -          return vStringValue(st->firstToken->name);        /* ignore non-functions */
> +  switch (st->declaration) {
> +          case DECL_BASE:
> +          case DECL_FUNCTION:
> +          case DECL_FUNCTION_TEMPLATE:
> +                  break;
> +          default:
> +                  return vStringValue(st->firstToken->name);
> +  }
>  
>    if (vt == NULL)
</pre>
<p>vt seems to be always NULL (not really related to your changes).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/889/files#r50965061">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ2hdZz4nbIenBlxMXxDEC0xji18Sks5peJNggaJpZM4HMkrH.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/889/files#r50965061"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>