[clang] [Clang][ssaf] Add missing instantiations of `Registry<JSONFormat::FormatInfo>` (PR #181806)
Balázs Benics via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 04:02:18 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list