================
@@ -289,6 +289,10 @@ Improvements to Clang's diagnostics
 - Clang now correctly diagnoses no arguments to a variadic macro parameter as 
a C23/C++20 extension.
   Fixes #GH84495.
 
+- Clang no longer emits the ``exit-time destructor`` warning on static 
variables explicitly
----------------
AaronBallman wrote:

```suggestion
- Clang no longer emits a ``-Wexit-time destructor`` warning on static 
variables explicitly
```

https://github.com/llvm/llvm-project/pull/86486
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to