forked from OSchip/llvm-project
Spell -Wdllexport-explicit-instantiation-decl correctly.
llvm-svn: 239547
This commit is contained in:
parent
9919dfc3b6
commit
63899ea75c
|
@ -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">>;
|
||||
|
|
Loading…
Reference in New Issue