r239547 - Spell -Wdllexport-explicit-instantiation-decl correctly.

Hans Wennborg hans at hanshq.net
Thu Jun 11 10:51:58 PDT 2015


Author: hans
Date: Thu Jun 11 12:51:58 2015
New Revision: 239547

URL: http://llvm.org/viewvc/llvm-project?rev=239547&view=rev
Log:
Spell -Wdllexport-explicit-instantiation-decl correctly.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=239547&r1=239546&r2=239547&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Thu Jun 11 12:51:58 2015
@@ -2249,7 +2249,7 @@ def warn_attribute_dllimport_static_fiel
   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">>;





More information about the cfe-commits mailing list