From: Hans Wennborg Date: Thu, 11 Jun 2015 17:51:58 +0000 (+0000) Subject: Spell -Wdllexport-explicit-instantiation-decl correctly. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39b13ef946e4775940030fab7678be2af02cfe6b;p=clang Spell -Wdllexport-explicit-instantiation-decl correctly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239547 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index be1911e7d5..6ea3ef8bb7 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -2249,7 +2249,7 @@ def warn_attribute_dllimport_static_field_definition : Warning< InGroup>; def warn_attribute_dllexport_explicit_instantiation_decl : Warning< "explicit instantiation declaration should not be 'dllexport'">, - InGroup>; + InGroup>; def warn_invalid_initializer_from_system_header : Warning< "invalid constructor form class in system header, should not be explicit">, InGroup>;