Skip to content

Commit b603ef1

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

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
@@ -177,7 +177,7 @@ const std::list<std::unique_ptr<ParsedAttrInfo>> &getAttributePluginInstances();
177177
} // namespace clang
178178

179179
namespace llvm {
180-
extern template class CLANG_TEMPLATE_ABI llvm::Registry<clang::ParsedAttrInfo>;
180+
extern template class CLANG_TEMPLATE_ABI Registry<clang::ParsedAttrInfo>;
181181
} // namespace llvm
182182

183183
#endif // LLVM_CLANG_BASIC_PARSEDATTRINFO_H

0 commit comments

Comments
 (0)