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

Eli Friedman <efrie...@codeaurora.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |efrie...@codeaurora.org
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Eli Friedman <efrie...@codeaurora.org> ---
_Atomic is a reserved identifier (per [lex.name]), with no defined meaning in
C++, so we can define it to mean whatever we want.

Support for C _Atomic types in C++ seems like a useful extension with no
downside.

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

Reply via email to