================
@@ -21720,6 +21520,8 @@ ExprResult Sema::CheckPlaceholderExpr(Expr *E) {
const BuiltinType *placeholderType = E->getType()->getAsPlaceholderType();
if (!placeholderType) return E;
+ E = E->IgnoreParens();
----------------
erichkeane wrote:
I'm a bit concerned doing those without testing, as they have the potential to
change the type of the expression. This seems lower risk to me.
https://github.com/llvm/llvm-project/pull/183633
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits