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

            Bug ID: 37809
           Summary: Misuse of _Noreturn in a struct member not diagnosed
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

clang fails to diagnose the following misuse of _Noreturn:
--------------------
struct S {
    _Noreturn int v;
};

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

Reply via email to