http://llvm.org/bugs/show_bug.cgi?id=21971
davide <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from davide <[email protected]> --- Can't repro on r230142. Please check and re-open if needed. % ./build/bin/clang -fno-crash-diagnostics -std=c++11 -xc++ -c -emit-llvm testcases/21971.cpp testcases/21971.cpp:1:25: error: expected variable name or 'this' in lambda capture list class f final alignas ([float): ^ testcases/21971.cpp:1:32: error: expected ')' class f final alignas ([float): ^ testcases/21971.cpp:1:23: note: to match this '(' class f final alignas ([float): ^ testcases/21971.cpp:1:15: error: an attribute list cannot appear here class f final alignas ([float): ^ testcases/21971.cpp:1:32: error: expected ';' after class class f final alignas ([float): ^ ; -- 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
