https://llvm.org/bugs/show_bug.cgi?id=16907

Davide Italiano <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Davide Italiano <[email protected]> ---
Fixed in head.
% ./clang++ lamda.cpp -o lambda
lamda.cpp:5:5: warning: 'auto' type specifier is a C++11 extension
[-Wc++11-extensions]
    auto f = []() {
    ^
lamda.cpp:5:14: error: expected expression
    auto f = []() {
             ^
1 warning and 1 error generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to