We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8c853 commit 8680d99Copy full SHA for 8680d99
clang/include/clang/Basic/DiagnosticParseKinds.td
@@ -449,6 +449,8 @@ def err_typename_invalid_constexpr : Error<
449
"to be specified">;
450
def err_typename_identifiers_only : Error<
451
"typename is allowed for identifiers only">;
452
+def err_storage_class_before_class_decl : Error<
453
+ "'%0' is not allowed before a class declaration">;
454
455
def err_friend_invalid_in_context : Error<
456
"'friend' used outside of class">;
0 commit comments