[llvm-bugs] [Bug 27200] New: Incorrect LOCK_FREE macro names

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 4 08:55:42 PDT 2016


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

            Bug ID: 27200
           Summary: Incorrect LOCK_FREE macro names
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Headers
          Assignee: unassignedclangbugs at nondot.org
          Reporter: qigopsrtv at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 16166
  --> https://llvm.org/bugs/attachment.cgi?id=16166&action=edit
patch

Some macros are defined with an extra '_T_', e.g. ATOMIC_INT_T_LOCK_FREE
instead of ATOMIC_INT_LOCK_FREE in stdatomic.h.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160404/d578207f/attachment-0001.html>


More information about the llvm-bugs mailing list