https://llvm.org/bugs/show_bug.cgi?id=21818
Aaron Ballman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from Aaron Ballman <[email protected]> --- This test no longer reproduces for me on ToT: E:\llvm\2013>clang -fno-crash-diagnostics -std=c++11 -xc++ -c -emit-llvm "E:\Aaron Ballman\Desktop\test.cpp" E:\Aaron Ballman\Desktop\test.cpp:1:1: error: C++ requires a type specifier for all declarations a { ^ E:\Aaron Ballman\Desktop\test.cpp:1:4: error: expected expression a { ^ E:\Aaron Ballman\Desktop\test.cpp:1:4: error: expected '}' E:\Aaron Ballman\Desktop\test.cpp:1:3: note: to match this '{' a { ^ E:\Aaron Ballman\Desktop\test.cpp:1:4: error: expected ';' after top level declarator a { ^ ; 4 errors 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
