alanzhao1 wrote:

> Have you considered the following case?
> 
> ```
>   void foo() {
>     char* arr = new char[]("asdf");
>   }
> ```

Thanks for catching this - this causes this patch to crash. Working on this 
right now.

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

Reply via email to