=?utf-8?q?Hüseyin_Dönmez?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -855,6 +855,7 @@ Miscellaneous Clang Crashes Fixed - Fixed an assertion failure in ``isAtEndOfMacroExpansion`` on macro expansions crossing the boundary of two fileIDs. (#GH115007), (#GH21755) - Fixed an assertion failure when ``__builtin_dump_struct`` is used with an immediate-escalated callable. (#GH192846) +- Fixed a crash when passing one sized implicitly casted vector to a ``abs``function. (#GH204777) ---------------- cor3ntin wrote: ```suggestion - Fixed a crash when passing one sized implicitly casted vector to a ``abs`` function. (#GH204777) ``` I missed that, sorry https://github.com/llvm/llvm-project/pull/205017 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
