Skip to content

Commit d133c04

Browse files
fsfodcompnerd
andauthored
Remove redundant llvm namespace prefix
Co-authored-by: Saleem Abdulrasool <[email protected]>
1 parent d0974bf commit d133c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/ParsedAttrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const std::list<std::unique_ptr<ParsedAttrInfo>> &getAttributePluginInstances();
167167
} // namespace clang
168168

169169
namespace llvm {
170-
extern template class CLANG_TEMPLATE_ABI llvm::Registry<clang::ParsedAttrInfo>;
170+
extern template class CLANG_TEMPLATE_ABI Registry<clang::ParsedAttrInfo>;
171171
} // namespace llvm
172172

173173
#endif // LLVM_CLANG_BASIC_PARSEDATTRINFO_H

0 commit comments

Comments
 (0)