Spell -Wdllexport-explicit-instantiation-decl correctly.

llvm-svn: 239547
This commit is contained in:
Hans Wennborg 2015-06-11 17:51:58 +00:00
parent 9919dfc3b6
commit 63899ea75c
1 changed files with 1 additions and 1 deletions

View File

@ -2249,7 +2249,7 @@ def warn_attribute_dllimport_static_field_definition : Warning<
InGroup<DiagGroup<"dllimport-static-field-def">>;
def warn_attribute_dllexport_explicit_instantiation_decl : Warning<
"explicit instantiation declaration should not be 'dllexport'">,
InGroup<DiagGroup<"dllexport-explicit-instantation-decl">>;
InGroup<DiagGroup<"dllexport-explicit-instantiation-decl">>;
def warn_invalid_initializer_from_system_header : Warning<
"invalid constructor form class in system header, should not be explicit">,
InGroup<DiagGroup<"invalid-initializer-from-system-header">>;