================
@@ -5365,7 +5365,7 @@ class InitListExpr : public Expr {
unsigned getNumInitsWithEmbedExpanded() const {
unsigned Sum = InitExprs.size();
for (auto *IE : InitExprs)
- if (auto *EE = dyn_cast<EmbedExpr>(IE))
+ if (auto *EE =
dyn_cast<EmbedExpr>(cast<Expr>(IE)->IgnoreParenImpCasts()))
----------------
Fznamznon wrote:
What does that change achieve?
https://github.com/llvm/llvm-project/pull/218262
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits