================
@@ -165,4 +166,8 @@ const std::list<std::unique_ptr<ParsedAttrInfo>> 
&getAttributePluginInstances();
 
 } // namespace clang
 
+namespace llvm {
+extern template class CLANG_TEMPLATE_ABI llvm::Registry<clang::ParsedAttrInfo>;
----------------
compnerd wrote:

```suggestion
extern template class CLANG_TEMPLATE_ABI Registry<clang::ParsedAttrInfo>;
```

This is already in the `llvm` namespace.

https://github.com/llvm/llvm-project/pull/109024
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to