[llvm-bugs] [Bug 26811] New: Assertion failed: TyposInContext < ~0U && "Recursive call of CorrectDelayedTyposInExpr"
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Mar 2 05:43:54 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26811
Bug ID: 26811
Summary: Assertion failed: TyposInContext < ~0U && "Recursive
call of CorrectDelayedTyposInExpr"
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: yaron.keren at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
clang -fsyntax-only -target x86_64-pc-linux of:
template <typename> class A {
void set(A x) { s(bset, x); }
};
results in the assertion.
clang version 3.9.0 (trunk 262315)
--
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/20160302/95410e6e/attachment-0001.html>
More information about the llvm-bugs
mailing list