[clang] [Sema]Use tag name lookup for class names (PR #112166)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 14 08:30:26 PDT 2024
================
@@ -151,6 +151,8 @@ C++ Language Changes
- The builtin type alias ``__builtin_common_type`` has been added to improve the
performance of ``std::common_type``.
+- During the lookup for a base class name, non-type names are ignored.
+
----------------
Sirraide wrote:
This shouldn’t be here since this is a bug fix. There’s a ‘bug fixes to c++ support’ section or whatever it was called below where this should go.
https://github.com/llvm/llvm-project/pull/112166
More information about the cfe-commits
mailing list