[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
================
@@ -3541,6 +3541,7 @@ Sema::ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D,
IdentifierInfo *II = Name.getAsIdentifierInfo();
+#if 0
----------------
mizvekov wrote:
Leftover
https://github.com/llvm/llvm-project/pull/93873
More information about the cfe-commits
mailing list