[clang] [Sema]Use tag name lookup for class names (PR #112166)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 14 08:44:47 PDT 2024
=?utf-8?q?Gábor?= Spaits <gaborspaits1 at gmail.com>,Gabor Spaits
<gaborspaits1 at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/112166 at github.com>
================
@@ -494,6 +494,7 @@ Bug Fixes to C++ Support
- Fix a crash when parsing a pseudo destructor involving an invalid type. (#GH111460)
- Fixed an assertion failure when invoking recovery call expressions with explicit attributes
and undeclared templates. (#GH107047, #GH49093)
+- During the lookup for a base class name, non-type names are ignored.
----------------
Sirraide wrote:
```suggestion
- During the lookup for a base class name, non-type names are ignored. (#GH16855)
```
Almost forgot about this: we typically include the number of the issue that a change fixes, if there is one.
https://github.com/llvm/llvm-project/pull/112166
More information about the cfe-commits
mailing list