[Bug 276104] [exp-run] Against llvm-18-update branch on GitHub

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 06 Apr 2024 20:21:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276104

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=ddbac700c256bec42c441b75a5cb5f74e9be601f

commit ddbac700c256bec42c441b75a5cb5f74e9be601f
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-01-28 20:34:42 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-04-06 20:14:01 +0000

    Merge commit 6e4930c67508 from llvm-project (by Alexander Kornienko):

      Revert "[SemaCXX] Implement CWG2137 (list-initialization from objects of
the same type) (#77768)"

      This reverts commit 924701311aa79180e86ad8ce43d253f27d25ec7d. Causes
compilation
      errors on valid code, see
      https://github.com/llvm/llvm-project/pull/77768#issuecomment-1908062472.

    In particular, this fixes bogus "call to constructor of 'SomeType' is
    ambiguous" errors.

    PR:             276104
    MFC after:      1 month

 contrib/llvm-project/clang/lib/Sema/SemaInit.cpp   | 40 ++++++----------------
 .../llvm-project/clang/lib/Sema/SemaOverload.cpp   | 38 ++++++--------------
 2 files changed, 20 insertions(+), 58 deletions(-)

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