================
@@ -5663,8 +5537,10 @@ class InitListTransformer {
   }
 
   Expr *generateInitListsImpl(QualType Ty) {
+    Ty = Ty.getDesugaredType(Ctx);
----------------
Icohedron wrote:

6 lines below this `Ty = Ty.getDesugaredType(Ctx);` is another `Ty = 
Ty.getDesugaredType(Ctx);` which is now redundant / a no-op because `Ty` is 
already desugared.

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

Reply via email to