================
@@ -5645,14 +5645,22 @@ static void TryReferenceInitializationCore(Sema &S,
     //   applied.
     // Postpone address space conversions to after the temporary 
materialization
     // conversion to allow creating temporaries in the alloca address space.
-    auto T1QualsIgnoreAS = T1Quals;
-    auto T2QualsIgnoreAS = T2Quals;
+    auto T1QualsIgnoreConvertions = T1Quals;
+    auto T2QualsIgnoreConvertions = T2Quals;
----------------
drodriguez wrote:

Typo? `Convertions` → `Conversion`?

https://github.com/llvm/llvm-project/pull/178524
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to