[clang] [Clang] Handle deduced auto types within AtomicType (PR #197874)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 24 03:28:12 PDT 2026


================
@@ -5047,21 +5054,24 @@ namespace {
     DeducedKind DK;
     QualType Replacement;
     bool UseTypeSugar;
+    bool StripAtomicAuto;
----------------
mkovacevic99 wrote:

No, you are right, I found a way with Replacement parameter to verify which SubstituteDeducedTypeTransform(*this, TemplArg).Apply(Type); call it is. 

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


More information about the cfe-commits mailing list