mahtohappy wrote:

Check is for dependent types and earlier I was not checking that with the 
condition being only
```if (ArraySize)``` so normal arrays with new initializer also were passing 
the check.
Now added the dependent type check as well
```if (ArraySize && E->isTypeDependent())```

https://github.com/llvm/llvm-project/pull/89036
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to