Skip to content

Commit 60f7aa1

Browse files
authored
[clang-tidy] add namespace qualifier NFC (#68579)
for daca972 #68134 adds a namespace as we are not using llvm::StringRef yet
1 parent 2856e72 commit 60f7aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/clang-tidy/llvmlibc/NamespaceConstants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace clang::tidy::llvm_libc {
1212

13-
const static StringRef RequiredNamespaceStart = "__llvm_libc";
14-
const static StringRef RequiredNamespaceMacroName = "LIBC_NAMESPACE";
13+
const static llvm::StringRef RequiredNamespaceStart = "__llvm_libc";
14+
const static llvm::StringRef RequiredNamespaceMacroName = "LIBC_NAMESPACE";
1515

1616
} // namespace clang::tidy::llvm_libc

0 commit comments

Comments
 (0)