[interop] do not warn about a template with too many specializations that can't be imported

This commit is contained in:
Alex Lorenz
2023-07-06 13:40:05 -07:00
committed by Alex Lorenz
parent c413a80346
commit 8ed840f9c1
6 changed files with 3034 additions and 14 deletions

View File

@@ -128,10 +128,6 @@ WARNING(libstdcxx_modulemap_not_found, none,
"module map for libstdc++ not found for '%0'; C++ stdlib may be unavailable",
(StringRef))
WARNING(too_many_class_template_instantiations, none,
"template instantiation for '%0' not imported: too many instantiations",
(StringRef))
WARNING(api_pattern_attr_ignored, none,
"'%0' swift attribute ignored on type '%1': type is not copyable or destructible",
(StringRef, StringRef))