[clang] [Clang][Sema] Diagnose variable template explicit specializations with storage-class-specifiers (PR #93873)

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Thu May 30 13:54:34 PDT 2024


================
@@ -3561,6 +3562,7 @@ Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D,
       }
       return nullptr;
     }
+#endif
----------------
mizvekov wrote:

Leftover

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


More information about the cfe-commits mailing list