[llvm-bugs] [Bug 24696] compiler crash on use of undeclared identifier to deduce lambda return type
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jul 2 03:24:29 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=24696
NODA, Kai <nodakai at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
CC| |nodakai at gmail.com
--- Comment #3 from NODA, Kai <nodakai at gmail.com> ---
Clang trunk at 306691 no longer suffers from this bug:
/tmp/v.cpp:11:20: error: use of undeclared identifier 'bar'
return bar;
^
(Tested with -std=c++11, 14, and 1z)
--
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/20170702/2ee3067d/attachment-0001.html>
More information about the llvm-bugs
mailing list