]> granicus.if.org Git - clang/commitdiff
Spell -Wdllexport-explicit-instantiation-decl correctly.
authorHans Wennborg <hans@hanshq.net>
Thu, 11 Jun 2015 17:51:58 +0000 (17:51 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 11 Jun 2015 17:51:58 +0000 (17:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239547 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index be1911e7d5067ff4bde23f95f4ecb110468cfab4..6ea3ef8bb702ad6cc1aa96768dd48c6beac16ab6 100644 (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">>;