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.
2 parents 666bf1f + a22c253 commit d291b0bCopy full SHA for d291b0b
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -3322,7 +3322,7 @@ def warn_attribute_dllexport_explicit_instantiation_def : Warning<
3322
"'dllexport' attribute ignored on explicit instantiation definition">,
3323
InGroup<IgnoredAttributes>;
3324
def warn_invalid_initializer_from_system_header : Warning<
3325
- "invalid constructor form class in system header, should not be explicit">,
+ "invalid constructor from class in system header, should not be explicit">,
3326
InGroup<DiagGroup<"invalid-initializer-from-system-header">>;
3327
def note_used_in_initialization_here : Note<"used in initialization here">;
3328
def err_attribute_dll_member_of_dll_class : Error<
0 commit comments