<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - Crash at code completion involving overloaded and static function II"
href="https://bugs.llvm.org/show_bug.cgi?id=34207">34207</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Crash at code completion involving overloaded and static function II
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</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>nikolai.kosjar@qt.io
</td>
</tr>
<tr>
<th>CC</th>
<td>klimek@google.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>---8<------------------
struct QObject {
static void connect(int, int);
void connect();
};
struct Foo : public QObject {
Foo() {
QObject::connect( /* Complete here for crash */);
}
};
---8<------------------
This crashes for current trunk and 5.0 branch.
This is a variant of
Crash at code completion involving overloaded and static function
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Crash at code completion involving overloaded and static function"
href="show_bug.cgi?id=31093">https://bugs.llvm.org/show_bug.cgi?id=31093</a>
which is already fixed.
There is also
Code completion crash with unresolved member expr and explicit base
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Code completion crash with unresolved member expr and explicit base"
href="show_bug.cgi?id=32428">https://bugs.llvm.org/show_bug.cgi?id=32428</a>
but it does not crash for me.</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>