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

Aaron Ballman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #2 from Aaron Ballman <[email protected]> ---
This no longer crashes 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:33: error: expected ')'
struct { __attribute__((typename >
                                ^
                                )
E:\Aaron Ballman\Desktop\test.cpp:1:35: error: expected ')'
struct { __attribute__((typename >
                                  ^
                                  )
E:\Aaron Ballman\Desktop\test.cpp:1:35: error: expected member name or ';'
after

      declaration specifiers
struct { __attribute__((typename >
                                  ^
E:\Aaron Ballman\Desktop\test.cpp:1:35: error: expected '}'
E:\Aaron Ballman\Desktop\test.cpp:1:8: note: to match this '{'
struct { __attribute__((typename >
       ^
E:\Aaron Ballman\Desktop\test.cpp:1:35: error: expected ';' after struct
struct { __attribute__((typename >
                                  ^
                                  ;
E:\Aaron Ballman\Desktop\test.cpp:1:1: error: anonymous structs and classes
must be class members
struct { __attribute__((typename >
^
6 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

Reply via email to