<p>BTW, as <a href="https://github.com/elextr" class="user-mention">@elextr</a> raised on IRC, <a href="http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#c-language-extensions">qualifier extensions</a> might lead to partially incorrect parsing, although it should be mostly harmless but for function return type reporting.</p>

<p>However, it's fairly easy to fix by listing all those qualifiers in <a href="http://www.geany.org/manual/#c-ignore-tags">ignore.tags</a>:</p>

<pre><code>__device__
__global__
__host__
__noinline__
__forceinline__
__constant__
__shared__
__managed__
__restrict__
</code></pre>

<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/831#issuecomment-165894826">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7BEACKkTsDs6VkJYKOxNEBuccH1ks5pRGi2gaJpZM4G4aQV.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/831#issuecomment-165894826"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>