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: unassignedclangb...@nondot.org Reporter: willvill1995+developm...@gmail.com CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs