diff options
| author | Hans Wennborg <hans@hanshq.net> | 2015-06-11 17:51:58 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2015-06-11 17:51:58 +0000 |
| commit | 63899ea75c1264372e7b33740587aba13b76c520 (patch) | |
| tree | 07f987d110d6757e554be40843514bc63e67596b | |
| parent | 9919dfc3b62cb5e51f32e3ac1e5fc8941e80dda1 (diff) | |
| download | bcm5719-llvm-63899ea75c1264372e7b33740587aba13b76c520.tar.gz bcm5719-llvm-63899ea75c1264372e7b33740587aba13b76c520.zip | |
Spell -Wdllexport-explicit-instantiation-decl correctly.
llvm-svn: 239547
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td index be1911e7d50..6ea3ef8bb70 100644 --- a/clang/include/clang/Basic/DiagnosticSemaKinds.td +++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td @@ -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">>; |

