[clang] [Clang] Fix name lookup for dependent bases (PR #114978)
Vladislav Belov via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 26 01:00:47 PST 2024
================
@@ -268,6 +268,9 @@ Resolutions to C++ Defect Reports
by default.
(`CWG2521: User-defined literals and reserved identifiers <https://cplusplus.github.io/CWG/issues/2521.html>`_).
+- Clang now make correct name lookup when dependent base class is the current instantiation.
----------------
vbe-sc wrote:
Fixed, thanks
https://github.com/llvm/llvm-project/pull/114978
More information about the cfe-commits
mailing list