<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:richard-llvm@metafoo.co.uk" title="Richard Smith <richard-llvm@metafoo.co.uk>"> <span class="fn">Richard Smith</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED DUPLICATE - templated structs + nested template-alias + decltype = clang segfault"
href="http://llvm.org/bugs/show_bug.cgi?id=17017">bug 17017</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>richard-llvm@metafoo.co.uk
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>DUPLICATE
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED DUPLICATE - templated structs + nested template-alias + decltype = clang segfault"
href="http://llvm.org/bugs/show_bug.cgi?id=17017#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED DUPLICATE - templated structs + nested template-alias + decltype = clang segfault"
href="http://llvm.org/bugs/show_bug.cgi?id=17017">bug 17017</a>
from <span class="vcard"><a class="email" href="mailto:richard-llvm@metafoo.co.uk" title="Richard Smith <richard-llvm@metafoo.co.uk>"> <span class="fn">Richard Smith</span></a>
</span></b>
<pre>Already fixed on trunk:
<stdin>:12:22: error: use 'template' keyword to treat 'Type' as a dependent
template name
using Type = Foo<T>::Type<U>;
^
template
<stdin>:12:14: error: expected a type
using Type = Foo<T>::Type<U>;
^
<stdin>:12:17: error: expected ';' after alias declaration
using Type = Foo<T>::Type<U>;
^
;
*** This bug has been marked as a duplicate of <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Crash when aliasing a template class that is a member of its template base class."
href="show_bug.cgi?id=16904">bug 16904</a> ***</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>