[llvm-branch-commits] [clang] release/19.x: [Clang] Fix crash due to invalid source location in __is_trivially_equality_comparable (#107815) (PR #108147)

Dimitry Andric via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Sep 13 00:16:48 PDT 2024


DimitryAndric wrote:

> Is this PR a fix for a regression or a critical issue?

Regression (assertion/crash while building the chromium parts of qt webengine)

> What is the risk of accepting this into the release branch?

Very low. This only initializes a function parameter which was previously empty.

> What is the risk of NOT accepting this into the release branch?

People will file tickets that their qt webengine builds are crashing. :)


https://github.com/llvm/llvm-project/pull/108147


More information about the llvm-branch-commits mailing list