[clang] [clang][Sema] Fix type of an statement expression ending with an atomic type (PR #119711)
Alejandro Álvarez Ayllón via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 00:07:21 PST 2025
================
@@ -0,0 +1,16 @@
+// RUN: %clang_cc1 -fsyntax-only -verify %s
+
+typedef _Atomic char atomic_char;
+
+typedef _Atomic char atomic_char;
----------------
alejandro-alvarez-sonarsource wrote:
It isn't, I have removed the duplicated line.
https://github.com/llvm/llvm-project/pull/119711
More information about the cfe-commits
mailing list