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

            Bug ID: 43939
           Summary: Mishandled attributes on typedef decl-specifier
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++11
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]

The following code fails to compile, though it should compile as per
[dcl.spec]p1:
typedef [[frobble]] int i_t;

The following code *does* compile, but produces *two* unknown attribute
warnings instead of one:
struct S {};
typedef [[frobble]] S s_t;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to