[LLVMbugs] [Bug 11359] Crash in simple lambda expression
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed May 9 00:02:06 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=11359
skarpio at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |skarpio at gmail.com
Resolution|FIXED |
--- Comment #4 from skarpio at gmail.com 2012-05-09 02:02:06 CDT ---
I was using the online compiler <http://llvm.org/demo/index.cgi>, version 3.0,
with this exact empty lambda and found the following:
----------8<------------------------8<-------------------------
/tmp/webcompile/_7114_0.cc:6:2: error: expected expression
[]{}();
^
1 error generated.
----------8<------------------------8<-------------------------
Has the compiler error message changed for lambdas? I found that lambdas will
be implemented in 3.1 <http://clang.llvm.org/cxx_status.html>. Can someone shed
some light on state of lambdas in 3.0?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list