Closed Quuxplusone closed 9 years ago
Attached file_24143.txt
(7402 bytes, text/plain): Output / crash backtrace
Attached file_24143.txt
(122 bytes, text/plain): Preprocessed source
Attached file_24143.txt
(1548 bytes, text/plain): Run script
Here is the relevant assertion:
tools/clang/lib/Sema/SemaLookup.cpp:4805: const Sema::TypoExprState
&clang::Sema::getTypoExprState(clang::TypoExpr *) const: Assertion `Entry !=
DelayedTypos.end() && "Failed to get the state for a TypoExpr!"' failed.
Regression found!
Last good revision: r240441
First bad revision:
------------------------------------------------------------------------
r240443 | rikka | 2015-06-23 19:13:17 +0000 (Tue, 23 Jun 2015) | 7 lines
Make the typo resolution in r240441 apply to all function calls.
Regular function calls (such as to cabs()) run into the same problem
with handling dependent exprs, not just builtins with custom type
checking.
Fixes PR23775.
------------------------------------------------------------------------
I believe this should be fixed with r245560
Yes, that fixed it for me.
file_24143.txt
(7402 bytes, text/plain)file_24143.txt
(122 bytes, text/plain)file_24143.txt
(1548 bytes, text/plain)