[clang] [clang][Sema] Fix type of an statement expression ending with an atomic type (PR #119711)
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 12 11:56:15 PST 2025
Alejandro =?utf-8?q?Álvarez_Ayllón?=,
Alejandro =?utf-8?q?Álvarez_Ayllón?=,
Alejandro =?utf-8?q?Álvarez_Ayllón?=,
Alejandro =?utf-8?q?Álvarez_Ayllón?Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/119711 at github.com>
================
@@ -163,6 +163,7 @@ Bug Fixes to C++ Support
Bug Fixes to AST Handling
^^^^^^^^^^^^^^^^^^^^^^^^^
+- Fixed type deduction of an statement expression (a GCC extension) ending with an atomic type. (#GH106576)
----------------
rjmccall wrote:
```suggestion
- Fixed type checking when a statement expression ends in an l-value of atomic type. (#GH106576)
```
https://github.com/llvm/llvm-project/pull/119711
More information about the cfe-commits
mailing list