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 d0974bf commit d133c04Copy full SHA for d133c04
clang/include/clang/Basic/ParsedAttrInfo.h
@@ -167,7 +167,7 @@ const std::list<std::unique_ptr<ParsedAttrInfo>> &getAttributePluginInstances();
167
} // namespace clang
168
169
namespace llvm {
170
-extern template class CLANG_TEMPLATE_ABI llvm::Registry<clang::ParsedAttrInfo>;
+extern template class CLANG_TEMPLATE_ABI Registry<clang::ParsedAttrInfo>;
171
} // namespace llvm
172
173
#endif // LLVM_CLANG_BASIC_PARSEDATTRINFO_H
0 commit comments