[clang] [Clang][Sema] Fix regression due to missing ambiguity check before attempting access check. (PR #80730)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 5 12:21:53 PST 2024
================
@@ -201,6 +201,8 @@ Bug Fixes to C++ Support
parameter where we did an incorrect specialization of the initialization of
the default parameter.
Fixes (`#68490 <https://github.com/llvm/llvm-project/issues/68490>`_)
+- Fix regression due missing ambiguity check before checking lookup access.
+ Fixes (`80435 <https://github.com/llvm/llvm-project/issues/80435>`_)
----------------
shafik wrote:
Based on offline conversation I will remove the release note.
https://github.com/llvm/llvm-project/pull/80730
More information about the cfe-commits
mailing list