================ @@ -19,6 +20,9 @@ using Value = llvm::json::Value; // ErrorBuilder - Fluent API for constructing contextual errors. //---------------------------------------------------------------------------- +template class CLANG_EXPORT_TEMPLATE + llvm::Registry<clang::ssaf::JSONFormat::FormatInfo>; + ---------------- steakhal wrote:
I think this one should be this: ```suggestion LLVM_INSTANTIATE_REGISTRY(llvm::Registry<JSONFormat::FormatInfo>) ``` https://github.com/llvm/llvm-project/pull/181806 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
