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 85aaa3e commit dd95577Copy full SHA for dd95577
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -3263,7 +3263,7 @@ def warn_attribute_dllexport_explicit_instantiation_def : Warning<
3263
"'dllexport' attribute ignored on explicit instantiation definition">,
3264
InGroup<IgnoredAttributes>;
3265
def warn_invalid_initializer_from_system_header : Warning<
3266
- "invalid constructor form class in system header, should not be explicit">,
+ "invalid constructor from class in system header, should not be explicit">,
3267
InGroup<DiagGroup<"invalid-initializer-from-system-header">>;
3268
def note_used_in_initialization_here : Note<"used in initialization here">;
3269
def err_attribute_dll_member_of_dll_class : Error<
0 commit comments