[clang] [Clang] Handle deduced auto types within AtomicType (PR #197874)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 05:54:02 PDT 2026
================
@@ -0,0 +1,10 @@
+// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-llvm -o - %s > /dev/null
----------------
erichkeane wrote:
Good catch shafik. @mkovacevic99 : Please make sure you add check lines to this, and have it go through FileCheck like other tests! Else we'll have to revert this patch.
https://github.com/llvm/llvm-project/pull/197874
More information about the cfe-commits
mailing list