[LLVMbugs] [Bug 13818] New: We don't handle C11 _Noreturn

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Sep 11 21:45:32 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13818

             Bug #: 13818
           Summary: We don't handle C11 _Noreturn
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: jordan_rose at apple.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


We don't parse it, we don't do anything with it. We probably ought to, since
it's equivalent to __attribute__((noreturn)) and [[noreturn]].

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list