[clang] [C23] Use thread_local semantics (PR #70107)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 04:38:50 PDT 2023


================
@@ -493,6 +493,9 @@ Bug Fixes in This Version
   Fixes (`#65143 <https://github.com/llvm/llvm-project/issues/65143>`_)
 - Fix crash in formatting the real/imaginary part of a complex lvalue.
   Fixes (`#69218 <https://github.com/llvm/llvm-project/issues/69218>`_)
+- No longer use C++ ``thread_local`` semantics in C23 when using
----------------
AaronBallman wrote:

It does, thank you for spotting that! I'm going to add another test case from that issue when landing this.

https://github.com/llvm/llvm-project/pull/70107


More information about the cfe-commits mailing list