<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:Erik.Verbruggen@Me.com" title="Erik Verbruggen <Erik.Verbruggen@Me.com>"> <span class="fn">Erik Verbruggen</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - The kind of cursor on a local template variable decleration is CXCursor_NoDeclFound (0n71)"
href="https://llvm.org/bugs/show_bug.cgi?id=28278">bug 28278</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>Erik.Verbruggen@Me.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>INVALID
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - The kind of cursor on a local template variable decleration is CXCursor_NoDeclFound (0n71)"
href="https://llvm.org/bugs/show_bug.cgi?id=28278#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - The kind of cursor on a local template variable decleration is CXCursor_NoDeclFound (0n71)"
href="https://llvm.org/bugs/show_bug.cgi?id=28278">bug 28278</a>
from <span class="vcard"><a class="email" href="mailto:Erik.Verbruggen@Me.com" title="Erik Verbruggen <Erik.Verbruggen@Me.com>"> <span class="fn">Erik Verbruggen</span></a>
</span></b>
<pre>This is expected behaviour: on Windows, -fdelayed-template-parsing is turned
on, because MSVC STL needs it. The result is that there is no information
available about anything inside templates. You might have luck by adding
-fno-delayed-template-parsing to the command-line, but that might break MSVC
STL.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>