================ @@ -544,6 +531,8 @@ features cannot lower the translation-unit ABI level; - Fixed a bug where top-level CV qualifiers (such as ``const``) were dropped from pointers modified by Microsoft pointer attributes (like ``__ptr32`` and ``__ptr64``) and WebAssembly's ``__funcref``. +- Fixed a bug where we accepted __super being qualified by a scope specifier, causing codegen to fail elsewhere. ---------------- TPPPP72 wrote:
```suggestion - Fixed a bug where we accepted __super being qualified by a scope specifier, causing codegen to assertion fail elsewhere. ``` https://github.com/llvm/llvm-project/pull/221492 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
