================
@@ -347,6 +347,9 @@ Bug Fixes in This Version
   ``-Wshadow`` and show uncaptured-local warnings with ``-Wshadow-all``. 
(#GH68605)
 - Fixed a failed assertion with a negative limit parameter value inside of
   ``__has_embed``. (#GH157842)
+- Fixed an assertion when an improper use of the ``malloc`` attribute 
targetting
+  a function without arguments caused us to try to access a non-existant 
argument.
----------------
s-barannikov wrote:

```suggestion
  a function without arguments caused us to try to access a non-existent 
argument.
```

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

Reply via email to