Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Apr 2024 20:19:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 276104] [exp-run] Against llvm-18-update branch on GitHub
Message-ID:  <bug-276104-7788-JzbzVPqo2J@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-276104-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276104

--- Comment #43 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D49a6e426df84eff1ae54905a02f66910a=
6a177d3

commit 49a6e426df84eff1ae54905a02f66910a6a177d3
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-03-21 20:50:26 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-06 20:14:31 +0000

    Merge commit f5f3d5d6534f from llvm-project (by Qizhi Hu):

      [Clang][Sema] Fix a crash in lambda instantiation (#85565)

      Fix https://github.com/llvm/llvm-project/issues/85343
      When build lambda expression in lambda instantiation, `ThisType` is
      required in `Sema::CheckCXXThisCapture` to build `this` capture. Set
      `this` type by import `Sema::CXXThisScopeRAII` and it will be used la=
ter
      in lambda expression transformation.

      Co-authored-by: huqizhi <836744285@qq.com>

    This fixes 'Assertion failed: (!isNull() && "Cannot retrieve a NULL type
    pointer"), function getCommonPtr" when building the x11-wm/wayfire port.

    PR:             276104
    MFC after:      1 month

 contrib/llvm-project/clang/lib/Sema/TreeTransform.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276104-7788-JzbzVPqo2J>