https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/80903
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/80903
>From 2427c85a1ac967389be92b613925f8a71f443ce3 Mon Sep 17 00:00:00 2001
From: Shafik Yaghmour
Date: Mon, 5 Feb 2024 14:40:07 -0800
Subject: [PATCH] [Clang][Sema] Fix regression due to missing ambiguity check
bef
https://github.com/cor3ntin approved this pull request.
This fixes a regression introduced in 18 and the fix is small,
Ship it :)
https://github.com/llvm/llvm-project/pull/80903
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
h
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
resolves llvm/llvm-project#80887
---
Full diff: https://github.com/llvm/llvm-project/pull/80903.diff
2 Files Affected:
- (modified) clang/include/clang/Sema/Lookup.h (+2-1)
- (modified) clang/test/CXX/class.deriv
llvmbot wrote:
@shafik What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/80903
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/80903
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/80903
resolves llvm/llvm-project#80887
>From 3ca557399309882e376abebe7c41e82628db4f6f Mon Sep 17 00:00:00 2001
From: Shafik Yaghmour
Date: Mon, 5 Feb 2024 14:40:07 -0800
Subject: [PATCH] [Clang][Sema] Fix regression d