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