<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - The kind of cursor on a local template variable decleration is CXCursor_NoDeclFound (0n71)"
href="https://llvm.org/bugs/show_bug.cgi?id=28277">28277</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>The kind of cursor on a local template variable decleration is CXCursor_NoDeclFound (0n71)
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.8
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>libclang
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>david.schulz@qt.io
</td>
</tr>
<tr>
<th>CC</th>
<td>klimek@google.com, llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=16629" name="attach_16629" title="Minimal example.">attachment 16629</a> <a href="attachment.cgi?id=16629&action=edit" title="Minimal example.">[details]</a></span>
Minimal example.
The Attachment contains a minimal example that reproduces the issue. You'll
need to compile libclangclient.cpp and start the executable with cursor.cpp as
command line paramter.
I would expect CXCursor_VarDecl as kind for a cursor on variable declaration
inside a templated function. Currently CXCursor_NoDeclFound is the kind of that
cursor.
The issue seems to be platform dependent, because I wasn't able to reproduce it
on a Linux system.</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>