================
@@ -7991,6 +7991,8 @@ def err_ambiguous_delete_operand : Error<
 def warn_delete_incomplete : Warning<
   "deleting pointer to incomplete type %0 may cause undefined behavior">,
----------------
cor3ntin wrote:

```suggestion
  "deleting pointer to incomplete type %0 is incompatible with C++2c and may 
cause undefined behavior">,
```

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

Reply via email to