[clang] [Sema] Fix ICE when passing invalid types to abs #204777 (PR #205017)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 08:12:46 PDT 2026
=?utf-8?q?Hüseyin_Dönmez?= <donnmez.huseyin at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/205017 at github.com>
================
@@ -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
More information about the cfe-commits
mailing list