[clang] [clang] Reject __super when preceded by a scope specifier (PR #221492)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 7 02:37:30 PDT 2026


================
@@ -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 assertion fail elsewhere.
+
----------------
cor3ntin wrote:

```suggestion
- Fixed a bug where we accepted __super being qualified by a scope specifier, causing codegen to assertion fail elsewhere. (#GH212988)

```

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


More information about the cfe-commits mailing list