================
@@ -690,6 +690,9 @@ Improvements to Clang's diagnostics
 - Clang now tries to avoid printing file paths that contain ``..``, instead 
preferring
   the canonical file path if it ends up being shorter.
 
+- Improve the diagnostics for placement new expression when const-qualified
+  object was passed as the storage argument.
----------------
cor3ntin wrote:

```suggestion
  object was passed as the storage argument. (#GH143708)
```

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

Reply via email to