[clang] [clang] Reject __super when preceded by a scope specifier (PR #221492)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 7 22:27:10 PDT 2026
================
@@ -21,6 +21,13 @@ struct Base1 {
typedef int XXX;
};
+struct InvalidGlobalQualifier : Base1 {
----------------
shafik wrote:
Normally we wrap regression tests in a namespace named after the issues number e.g in this case `namespace GH212988`
https://github.com/llvm/llvm-project/pull/221492
More information about the cfe-commits
mailing list