[llvm-bugs] [Bug 17923] crash with non-dependent friend defined in uninstantiated class template
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 6 00:16:32 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=17923
Serge Pavlov <sepavloff at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sepavloff at gmail.com
Resolution|--- |FIXED
--- Comment #3 from Serge Pavlov <sepavloff at gmail.com> ---
After changes made in r283207 clang successfully compiles both the code
snippets provided in this PR. The example from Comment 1 is also successfully
built. The example from description can be built if instantiation of `struct X`
is added somewhere in the source.
--
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/20161006/91beb1ba/attachment.html>
More information about the llvm-bugs
mailing list