Skip to content

Commit

Permalink
[clang-tidy] add namespace qualifier NFC (#68579)
Browse files Browse the repository at this point in the history
for daca972 #68134 adds a namespace as
we are not using llvm::StringRef yet
  • Loading branch information
metaflow committed Oct 9, 2023
1 parent 2856e72 commit 60f7aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang-tools-extra/clang-tidy/llvmlibc/NamespaceConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace clang::tidy::llvm_libc {

const static StringRef RequiredNamespaceStart = "__llvm_libc";
const static StringRef RequiredNamespaceMacroName = "LIBC_NAMESPACE";
const static llvm::StringRef RequiredNamespaceStart = "__llvm_libc";
const static llvm::StringRef RequiredNamespaceMacroName = "LIBC_NAMESPACE";

} // namespace clang::tidy::llvm_libc

0 comments on commit 60f7aa1

Please sign in to comment.