================
@@ -222,6 +222,8 @@ Bug Fixes in This Version
 -------------------------
 - Fix a crash when marco name is empty in ``#pragma push_macro("")`` or
   ``#pragma pop_macro("")``. (#GH149762).
+- Fix a crash in variable length array (e.g. ``int a[*]``) function parameter 
type 
+  being used in ``_Countof`` expression. (#GH152826)
----------------
yronglin wrote:

```suggestion
  being used in ``_Countof`` expression. (#GH152826).
```

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

Reply via email to