[LLVMbugs] [Bug 15290] Segmentation fault during template instantiation
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Mar 15 07:53:30 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15290
Ismail Pazarbasi <ismail.pazarbasi at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |ismail.pazarbasi at gmail.com
Resolution|--- |FIXED
--- Comment #2 from Ismail Pazarbasi <ismail.pazarbasi at gmail.com> ---
Thank you for reporting the issue. The issue has been resolved in r177134.
The problem was in the parser code. Clang does not take friend specifier into
account and it leads to transformation of the the expression into class member
access expression. This transformation is not permitted in a friend function
declaration by the standard.
--
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/20130315/e9316edd/attachment.html>
More information about the llvm-bugs
mailing list