[clang] [Sema]Use tag name lookup for class names (PR #112166)

Gábor Spaits via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 14 08:35:53 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.
+
----------------
spaits wrote:

Sorry I did not found this originally. I just saw the first C++ section that has matched the topic and put the note there. Moved it to the suggested place.

https://github.com/llvm/llvm-project/pull/112166


More information about the cfe-commits mailing list