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 2856e72 commit 60f7aa1Copy full SHA for 60f7aa1
clang-tools-extra/clang-tidy/llvmlibc/NamespaceConstants.h
@@ -10,7 +10,7 @@
10
11
namespace clang::tidy::llvm_libc {
12
13
-const static StringRef RequiredNamespaceStart = "__llvm_libc";
14
-const static StringRef RequiredNamespaceMacroName = "LIBC_NAMESPACE";
+const static llvm::StringRef RequiredNamespaceStart = "__llvm_libc";
+const static llvm::StringRef RequiredNamespaceMacroName = "LIBC_NAMESPACE";
15
16
} // namespace clang::tidy::llvm_libc
0 commit comments