[LLVMbugs] [Bug 17017] templated structs + nested template-alias + decltype = clang segfault

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 27 17:22:59 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17017

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |DUPLICATE

--- Comment #3 from Richard Smith <richard-llvm at metafoo.co.uk> ---
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 bug 16904 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130828/b9bb3b47/attachment.html>


More information about the llvm-bugs mailing list