================
@@ -42,4 +44,9 @@ class MockSerializationFormat final : public 
SerializationFormat {
 
 } // namespace clang::ssaf
 
+namespace llvm {
+extern template class CLANG_TEMPLATE_ABI
+    Registry<clang::ssaf::MockSerializationFormat::FormatInfo>;
----------------
kikairoya wrote:

Reverting 
https://github.com/llvm/llvm-project/commit/2800ac203cba9e82f31334ff5439b9a91f7444fa
 might allow us to catch this. Another macro would be needed for `Registry`s 
that have extra type arguments, though.

https://github.com/llvm/llvm-project/pull/181812
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to