[clang] Fix contextual implicit conversions to int: with _Atomic (PR #203522)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 12 08:09:12 PDT 2026


================
@@ -0,0 +1,25 @@
+// RUN: %clang_cc1 -triple x86_64-linux -Wunused -verify %s
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 -verify %s
```
Do we need those?

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


More information about the cfe-commits mailing list