[llvm-bugs] [Bug 26104] New: Crash on friend declarations dependant on class template parameters
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jan 10 11:48:00 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26104
Bug ID: 26104
Summary: Crash on friend declarations dependant on class
template parameters
Product: clang
Version: 3.7
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: willvill1995+development at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Created attachment 15599
--> https://llvm.org/bugs/attachment.cgi?id=15599&action=edit
clang's output, the files the crash requested and a relevant code snippet
While declaring some friend functions (operators specifically) I acidentally
referenced the classes template parameters instead of the functions template
parameters. This caused a crash the output of which you can find in the
attached files, along with the relevant code snippet.
(Seems (based on 'Possible Duplicates') others have had similar problems but
mostly resulting in errors not crashes...)
--
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/20160110/6601fd95/attachment.html>
More information about the llvm-bugs
mailing list