We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6beb7d commit b603ef1Copy full SHA for b603ef1
clang/include/clang/Basic/ParsedAttrInfo.h
@@ -177,7 +177,7 @@ const std::list<std::unique_ptr<ParsedAttrInfo>> &getAttributePluginInstances();
177
} // namespace clang
178
179
namespace llvm {
180
-extern template class CLANG_TEMPLATE_ABI llvm::Registry<clang::ParsedAttrInfo>;
+extern template class CLANG_TEMPLATE_ABI Registry<clang::ParsedAttrInfo>;
181
} // namespace llvm
182
183
#endif // LLVM_CLANG_BASIC_PARSEDATTRINFO_H
0 commit comments